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 <