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

Typo

parent 9f32a8a9
No related branches found
No related tags found
No related merge requests found
......@@ -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 && \
......
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