Skip to content
Snippets Groups Projects
Commit 7707363e authored by Nicolas M. Thiéry's avatar Nicolas M. Thiéry
Browse files

Fix

parent ad866b6e
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,8 @@
FROM mambaorg/micromamba:latest
COPY --chown=$MAMBA_USER:$MAMBA_USER . /tmp/binder
RUN ls
RUN ls install_files/*
# Install files
RUN cp -ra install_files/* /opt/conda/
RUN cp -ra /tmp/binder/install_files/* /opt/conda/
# Install conda packages
RUN cd /tmp/binder && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment