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 <