From f37874618d74ae0a1976b71310a8db991e7cafaf Mon Sep 17 00:00:00 2001 From: Alagris Date: Sun, 6 Jun 2021 19:08:32 +0200 Subject: [PATCH] fix --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 910913c..950aec6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ RUN pip3 install requests python-Levenshtein tqdm sacred pymongo mlflow RUN pip3 install torch==1.8.1+cpu torchvision==0.9.1+cpu torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html #RUN pip3 install setuptools-rust #RUN pip3 install dvc[ssh] paramiko -RUN apt install -y curl -RUN curl https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh +RUN apt install -y wget +RUN wget https://repo.anaconda.com/archive/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