From c2b64817df5bc5b015a3af513dcc683caf555e22 Mon Sep 17 00:00:00 2001 From: Alagris Date: Sun, 6 Jun 2021 19:33:26 +0200 Subject: [PATCH] fix --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index accc9b1..e1f240d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,9 +10,9 @@ RUN pip3 install torch==1.8.1+cpu torchvision==0.9.1+cpu torchaudio==0.8.1 -f ht #RUN pip3 install setuptools-rust #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 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 ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'