Skip to content

Commit bb47d9d

Browse files
authored
Update Dockerfile
1 parent faf5bf3 commit bb47d9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ RUN conda config --add channels conda-forge
1818

1919
# Create environment
2020
COPY environment.yml /home/jovyan/
21-
RUN conda env update -n base -f /home/jovyan/environment.yml
21+
RUN conda install -n base -c conda-forge mamba
22+
RUN mamba env update -n base -f /home/jovyan/environment.yml
2223

2324
# Activating environment
2425
RUN echo ". /opt/conda/etc/profile.d/conda.sh" >> /home/jovyan/.bash_profile && \

0 commit comments

Comments
 (0)