From 8da46adb0f8af22346126f20a0e5d6642cf6f581 Mon Sep 17 00:00:00 2001 From: eugene Date: Tue, 6 Jun 2023 21:37:24 +0200 Subject: [PATCH] upd d --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9451802..a3c4f45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN pip3 install pandas RUN pip3 install scikit-learn #RUN pip3 install tensorflow==2.12.* RUN pip3 install torch torchvision -RUN pip install torch==1.8.0+cpu torchvision==0.9.0+cpu torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html +#RUN pip install torch==1.8.0+cpu torchvision==0.9.0+cpu torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html RUN pip3 install pickle5 #RUN apt install python3.10-venv -y