From 447033285dfb970637158507187ec6e67309b424 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:32:43 +0100 Subject: [PATCH] Typo --- Dockerfile-CI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-CI b/Dockerfile-CI index 7e12491..362aacf 100644 --- a/Dockerfile-CI +++ b/Dockerfile-CI @@ -3,7 +3,7 @@ FROM mambaorg/micromamba:latest COPY --chown=$MAMBA_USER:$MAMBA_USER . /tmp/binder # Install files -RUN cp -ra install_file/* /opt/conda/ +RUN cp -ra install_files/* /opt/conda/ # Install conda packages RUN cd /tmp/binder && \ -- GitLab