Skip to content

Commit

Permalink
Remove pip upgrade (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv authored Nov 13, 2024
1 parent 5e5388d commit 7aa8f1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ RUN chmod +x /opt/triton-model-analyzer/nvidia_entrypoint.sh
RUN chmod +x build_wheel.sh && \
./build_wheel.sh perf_analyzer true && \
rm -f perf_analyzer
RUN python3 -m pip install --upgrade pip && \
python3 -m pip install nvidia-pyindex && \
RUN python3 -m pip install nvidia-pyindex && \
python3 -m pip install wheels/triton_model_analyzer-*-manylinux*.whl
#Other pip packages
RUN python3 -m pip install coverage
Expand Down

0 comments on commit 7aa8f1d

Please sign in to comment.