-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: drop to build, install pkgs instead
- Loading branch information
1 parent
b3b7064
commit c653dd6
Showing
6 changed files
with
10 additions
and
71 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
FROM debian:bookworm-slim | ||
FROM debian:trixie-slim | ||
|
||
ADD build /build | ||
RUN apt-get update | ||
RUN apt-get install -y --no-install-recommends \ | ||
python-is-python3 python3-pip python3-venv pipx \ | ||
rocm-cmake rocm-device-libs rocm-smi rocminfo \ | ||
librccl1 libamdhip64-dev | ||
|
||
WORKDIR /build | ||
RUN bash dpkg.sh | ||
RUN bash rocm.sh | ||
RUN bash ipython.sh | ||
|
||
#RUN rm -rf /build | ||
RUN python3 -m pipx ensurepath | ||
RUN pipx install ipython | ||
|
||
WORKDIR /root | ||
CMD ["/usr/local/bin/ipython"] | ||
|
||
CMD ["/usr/bin/env ipython"] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.