Skip to content

Commit

Permalink
Merge pull request #30 from bashtoni/main
Browse files Browse the repository at this point in the history
Use Python 3.10 for ROCM
  • Loading branch information
YanWenKun authored Apr 22, 2024
2 parents 7b1feef + 9f1c4ed commit 6acb6cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rocm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ RUN --mount=type=cache,target=/root/.cache/pip \
mediapipe \
&& pip list

# Everything is built with Python 3.10 but SuSE default is now 3.11. Switch back
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 10

RUN du -ah /root \
&& rm -rf /root/* /root/.*

Expand Down

0 comments on commit 6acb6cd

Please sign in to comment.