From 6c3a7b6b81c79e62b01e1c0015608cb5ee549ee8 Mon Sep 17 00:00:00 2001 From: Abdullah Barhoum Date: Sun, 18 Sep 2022 11:49:37 +0200 Subject: [PATCH] lstein --- services/lstein/Dockerfile | 13 +++++++------ services/lstein/mount.sh | 6 +++++- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/services/lstein/Dockerfile b/services/lstein/Dockerfile index b4321d8..0ddef3e 100644 --- a/services/lstein/Dockerfile +++ b/services/lstein/Dockerfile @@ -6,7 +6,8 @@ SHELL ["/bin/bash", "-ceuxo", "pipefail"] ENV DEBIAN_FRONTEND=noninteractive -RUN conda install python=3.8.5 && conda clean -a -y +# now it requires python3.9 +# RUN conda install python=3.8.5 && 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 @@ -15,13 +16,13 @@ RUN apt-get update && apt install fonts-dejavu-core rsync gcc -y && apt-get clea RUN <