From 13b9b3d9756e2b921c9ca7fc2a90f309b6f8abe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20M=2E=20Thi=C3=A9ry?= <nthiery@users.sf.net> Date: Fri, 9 Feb 2024 20:45:52 +0100 Subject: [PATCH] Correctif --- Dockerfile-CI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-CI b/Dockerfile-CI index 7af6934..47f3a99 100644 --- a/Dockerfile-CI +++ b/Dockerfile-CI @@ -8,7 +8,7 @@ RUN cp -ra /tmp/binder/install_files/* /opt/conda/ # Install conda packages RUN cd /tmp/binder && \ micromamba install -y -n base -f environment.yml && \ - micromamba clean --all --yes && \ + micromamba clean --all --yes # Install Julia packages RUN /usr/local/bin/_entrypoint.sh julia -e 'using Pkg; Pkg.add(["SymPy", "Symbolics", "Plots", "Widgets", "IJulia"])' -- GitLab