From 48f0451821d660770c8aa50bf5521a47bbad8bca Mon Sep 17 00:00:00 2001 From: Alagris Date: Sun, 6 Jun 2021 19:57:17 +0200 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 040ed26..c6ead83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt update && apt install -y python3 python3-pip git locales 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 python-dev libgit2-dev +RUN pip3 install setuptools-rust python-dev-tools libgit2-dev 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