Skip to content

Commit

Permalink
Set a WORKDIR, fixing the npm install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Dec 18, 2023
1 parent 0d6a876 commit 20b6940
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ RUN apt update && \
COPY ./docker/conda/environments/cuda${CUDA_SHORT_VER}_examples.yml /tmp/conda/cuda${CUDA_SHORT_VER}_examples.yml
COPY ./ci/scripts/download_kafka.py /tmp/scripts/download_kafka.py

WORKDIR /workspace

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

0 comments on commit 20b6940

Please sign in to comment.