Skip to content

Commit

Permalink
fix: add python back
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw authored Nov 19, 2023
1 parent 684dd9b commit 9a7697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.rad
RUN echo "Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600" | tee /etc/apt/preferences.d/rocm-pin-600

RUN apt-get update
RUN apt-get install -y --no-install-recommends rocm-hip-libraries
RUN apt-get install -y --no-install-recommends rocm-hip-libraries python3 python3-pip python3-venv python-is-python3

RUN python -m venv /root/.uruha_python
RUN /root/.uruha_python/bin/pip install ipython
Expand Down

0 comments on commit 9a7697b

Please sign in to comment.