Skip to content

Commit

Permalink
Revert "Don't perform a global install since npx only works with loca…
Browse files Browse the repository at this point in the history
…lly installed packages"

This reverts commit e61fbd3.
  • Loading branch information
dagardner-nv committed Dec 18, 2023
1 parent 26c0899 commit 06121e4
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 [email protected] && \
npm install -g [email protected] && \
npm cache clean --force

# Install Kafka
Expand Down

0 comments on commit 06121e4

Please sign in to comment.