Skip to content

Commit

Permalink
Remove dup numpy install.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindest committed Aug 29, 2024
1 parent e823ecd commit 45cb048
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 45cb048

Please sign in to comment.