From 5d90ba60da0595884fb849b46d6d90f227c4266a Mon Sep 17 00:00:00 2001 From: Abdullah Barhoum Date: Mon, 19 Sep 2022 21:16:21 +0200 Subject: [PATCH] lstein --- services/lstein/Dockerfile | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/services/lstein/Dockerfile b/services/lstein/Dockerfile index 0ddef3e..9c1d19f 100644 --- a/services/lstein/Dockerfile +++ b/services/lstein/Dockerfile @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-ceuxo", "pipefail"] ENV DEBIAN_FRONTEND=noninteractive # now it requires python3.9 -# RUN conda install python=3.8.5 && conda clean -a -y +RUN conda install python=3.9 && conda clean -a -y RUN conda install pytorch==1.11.0 torchvision==0.12.0 cudatoolkit=11.3 -c pytorch && conda clean -a -y RUN apt-get update && apt install fonts-dejavu-core rsync gcc -y && apt-get clean @@ -16,17 +16,19 @@ RUN apt-get update && apt install fonts-dejavu-core rsync gcc -y && apt-get clea RUN <