From 3388c237234ee4b259ab67930c556a08e898b96e Mon Sep 17 00:00:00 2001 From: leafee98 Date: Tue, 4 Jul 2023 10:59:38 +0800 Subject: [PATCH] add python --- cuda/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/* \ \