From 4e354339433ac0c674c7a3fc1355d4eab94421d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20M=2E=20Thi=C3=A9ry?= Date: Sun, 4 Oct 2020 22:59:39 +0200 Subject: [PATCH] Try without MethNum to see if this is the thing forcing Python 3.7 --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9a87f1..2873629 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,6 @@ RUN conda env update -n base -f environment.yml && rm environment.yml # Install the software stack for each of the following repositories RUN for REPO in \ - https://gitlab.u-psud.fr/MethNum/scripts.git \ https://gitlab.u-psud.fr/Info111/outbound.git \ https://gitlab.u-psud.fr/Info122/Info122.git \ https://github.com/madclam/info113/ \ -- GitLab