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

Correctif

parent 7707363e
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ RUN cp -ra /tmp/binder/install_files/* /opt/conda/ ...@@ -8,7 +8,7 @@ RUN cp -ra /tmp/binder/install_files/* /opt/conda/
# Install conda packages # Install conda packages
RUN cd /tmp/binder && \ RUN cd /tmp/binder && \
micromamba install -y -n base -f environment.yml && \ micromamba install -y -n base -f environment.yml && \
micromamba clean --all --yes && \ micromamba clean --all --yes
# Install Julia packages # Install Julia packages
RUN /usr/local/bin/_entrypoint.sh julia -e 'using Pkg; Pkg.add(["SymPy", "Symbolics", "Plots", "Widgets", "IJulia"])' RUN /usr/local/bin/_entrypoint.sh julia -e 'using Pkg; Pkg.add(["SymPy", "Symbolics", "Plots", "Widgets", "IJulia"])'
......
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