We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf5bf3 commit bb47d9dCopy full SHA for bb47d9d
1 file changed
Dockerfile
@@ -18,7 +18,8 @@ RUN conda config --add channels conda-forge
18
19
# Create environment
20
COPY environment.yml /home/jovyan/
21
-RUN conda env update -n base -f /home/jovyan/environment.yml
+RUN conda install -n base -c conda-forge mamba
22
+RUN mamba env update -n base -f /home/jovyan/environment.yml
23
24
# Activating environment
25
RUN echo ". /opt/conda/etc/profile.d/conda.sh" >> /home/jovyan/.bash_profile && \
0 commit comments