Skip to content

Commit

Permalink
add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fsx950223 committed Oct 21, 2024
1 parent 7625143 commit f59e9da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tensorflow/tools/ci_build/Dockerfile.cs8.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,15 @@ RUN dnf --enablerepo=extras,build_system install -y \
RUN dnf --enablerepo=extras,epel,elrepo,powertools,build_system install -y \
python3.11 \
python3.11-devel \
python3.11-pip
python3.11-pip \
python3.11-wheel

RUN ln -sf /usr/bin/python3.11 /usr/bin/python3
RUN ln -sf /usr/bin/python3 /usr/bin/python
RUN ln -sf /usr/bin/python3.11 /etc/alternatives/python3

RUN python3 -m ensurepip
RUN pip install joblib numpy
RUN pip install joblib numpy requests packaging

ENV OPENCL_ROOT=$ROCM_PATH/opencl
ENV PATH="$ROCM_PATH/bin:${PATH}"
Expand Down

0 comments on commit f59e9da

Please sign in to comment.