We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5388d commit 7aa8f1dCopy full SHA for 7aa8f1d
Dockerfile
@@ -70,8 +70,7 @@ RUN chmod +x /opt/triton-model-analyzer/nvidia_entrypoint.sh
70
RUN chmod +x build_wheel.sh && \
71
./build_wheel.sh perf_analyzer true && \
72
rm -f perf_analyzer
73
-RUN python3 -m pip install --upgrade pip && \
74
- python3 -m pip install nvidia-pyindex && \
+RUN python3 -m pip install nvidia-pyindex && \
75
python3 -m pip install wheels/triton_model_analyzer-*-manylinux*.whl
76
#Other pip packages
77
RUN python3 -m pip install coverage
0 commit comments