From 96ce6341cb8b94f8858c2c03deebc494818c5c03 Mon Sep 17 00:00:00 2001 From: Alagris Date: Mon, 10 May 2021 11:48:38 +0200 Subject: [PATCH] docekr --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a99f2b5..de96505 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV PYTHONIOENCODING=utf-8 # Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes) RUN apt update && apt install -y python3 python3-pip git locales -RUN pip3 install requests python-Levenshtein tqdm sacred +RUN pip3 install requests python-Levenshtein tqdm sacred pymongo 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 sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen en_US.UTF-8