From 45cb048206bda0d5e0dd9603d34f46baf7cbe83f Mon Sep 17 00:00:00 2001 From: mindest Date: Thu, 29 Aug 2024 10:09:23 +0000 Subject: [PATCH] Remove dup numpy install. --- .../github/linux/docker/rocm-ci-pipeline-env.Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/ci_build/github/linux/docker/rocm-ci-pipeline-env.Dockerfile b/tools/ci_build/github/linux/docker/rocm-ci-pipeline-env.Dockerfile index 31f93f5842856..749e222aff499 100644 --- a/tools/ci_build/github/linux/docker/rocm-ci-pipeline-env.Dockerfile +++ b/tools/ci_build/github/linux/docker/rocm-ci-pipeline-env.Dockerfile @@ -76,8 +76,7 @@ SHELL ["conda", "run", "-n", "rocm-ci", "/bin/bash", "-c"] # ln -sf is needed to make sure that version `GLIBCXX_3.4.30' is found RUN ln -sf /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ${CONDA_ENVIRONMENT_PATH}/bin/../lib/libstdc++.so.6 -RUN pip install numpy \ - packaging \ +RUN pip install packaging \ ml_dtypes==0.3.0 \ pytest==7.4.4 \ pytest-xdist \