diff --git a/cuda/Dockerfile b/cuda/Dockerfile index c05c38d..d9a8295 100644 --- a/cuda/Dockerfile +++ b/cuda/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && echo root:${ROOT_PASSWD} | chpasswd \ \ && apt update \ - && apt install --yes ssh tini zsh netcat file git locales \ + && apt install --yes ssh tini zsh netcat file git locales python3 python3-pip \ && apt clean \ && rm -rf /var/lib/apt/lists/* \ \