Skip to content

Commit

Permalink
moving to Ubuntu Noble
Browse files Browse the repository at this point in the history
  • Loading branch information
nitz-uglabs committed Apr 20, 2024
1 parent b06facd commit f50c217
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM archlinux
RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman pacman -Syu --noconfirm && pacman -S --noconfirm python python-pip cudnn python-pytorch python-numpy
FROM ubuntu:noble
RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \
--mount=target=/var/cache/apt,type=cache,sharing=locked \
apt update && apt install -y python3 python3-pip python3-soundfile nvidia-cudnn python3-numpy

# configure nvidia container runtime
# https://github.com/NVIDIA/nvidia-container-runtime#environment-variables-oci-spec
Expand Down

0 comments on commit f50c217

Please sign in to comment.