From 968a816ad238c801ede4e1da0cb137dfaa3d60fa Mon Sep 17 00:00:00 2001 From: Alagris Date: Sun, 6 Jun 2021 19:01:11 +0200 Subject: [PATCH] fix --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d03880..f672f3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +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 RUN pip3 install dvc[ssh] paramiko RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen en_US.UTF-8 @@ -14,4 +15,4 @@ ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' WORKDIR /app -# 3ffd24d6-993e-4ac8-abd4-48a784aa133d \ No newline at end of file +# 3ffd24d6-993e-4ac8-abd4-48a784aa133d