diff --git a/cuda/Dockerfile b/cuda/Dockerfile index 7921827..1edfec9 100644 --- a/cuda/Dockerfile +++ b/cuda/Dockerfile @@ -46,7 +46,12 @@ RUN true \ && sed -i 's/^/export /' /etc/profile.d/00-nvidia.sh \ \ && apt update \ - && apt install --yes ssh tini zsh netcat file git locales python3 python3-pip \ + && apt install --yes \ + ssh tini zsh locales \ + netcat file git \ + python3 python3-pip \ + zip unzip zstd \ + imagemagick \ && apt clean \ && rm -rf /var/lib/apt/lists/* \ \