From 7aa8f1dbe6222dd93267c6cafa78a86406fb96d1 Mon Sep 17 00:00:00 2001 From: Misha Chornyi <99709299+mc-nv@users.noreply.github.com> Date: Wed, 13 Nov 2024 07:22:27 -0800 Subject: [PATCH] Remove pip upgrade (#945) --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0929f6ee..4304d223 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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