Skip to content

Commit

Permalink
Don't perform a global install since npx only works with locally inst…
Browse files Browse the repository at this point in the history
…alled packages
  • Loading branch information
dagardner-nv committed Dec 15, 2023
1 parent dccccae commit e61fbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ COPY ./ci/scripts/download_kafka.py /tmp/scripts/download_kafka.py

# Install camouflage needed for unittests to mock a triton server
RUN source activate ${PROJ_NAME} && \
npm install -g camouflage-server@0.15 && \
npm install camouflage-server@0.15 && \
npm cache clean --force

# Install Kafka
Expand Down

0 comments on commit e61fbd3

Please sign in to comment.