From 5e84484420db6845159d2bb56a0ec5fdf99a5db0 Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Fri, 19 Apr 2024 12:13:36 +1000 Subject: [PATCH] docs: remove python3.11 bind. m2model updated to 3.12 --- docs/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 88e04e3d..4024a438 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -15,7 +15,6 @@ RUN apt-get update -qq && \ libtiff5\ libgl1-mesa-glx -RUN conda install python=3.11 -y COPY . /map2loop WORKDIR map2loop COPY dependencies.txt dependencies.txt