Skip to content

Commit 7aa8f1d

Browse files
authored
Remove pip upgrade (#945)
1 parent 5e5388d commit 7aa8f1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ RUN chmod +x /opt/triton-model-analyzer/nvidia_entrypoint.sh
7070
RUN chmod +x build_wheel.sh && \
7171
./build_wheel.sh perf_analyzer true && \
7272
rm -f perf_analyzer
73-
RUN python3 -m pip install --upgrade pip && \
74-
python3 -m pip install nvidia-pyindex && \
73+
RUN python3 -m pip install nvidia-pyindex && \
7574
python3 -m pip install wheels/triton_model_analyzer-*-manylinux*.whl
7675
#Other pip packages
7776
RUN python3 -m pip install coverage

0 commit comments

Comments
 (0)