From 55bc95220aefc742b59a9aa5a1d9c946ed8750de Mon Sep 17 00:00:00 2001 From: Alagris Date: Sun, 6 Jun 2021 19:29:53 +0200 Subject: [PATCH] fix --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 950aec6..248ffe0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN pip3 install torch==1.8.1+cpu torchvision==0.9.1+cpu torchaudio==0.8.1 -f ht #RUN pip3 install dvc[ssh] paramiko RUN apt install -y wget RUN wget https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh +RUN chmod +x ./Anaconda3-2021.05-Linux-x86_64.sh RUN ./Anaconda3-2021.05-Linux-x86_64.sh RUN conda install -c conda-forge dvc-ssh RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen en_US.UTF-8