Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eculler authored Oct 2, 2024
1 parent faf5bf3 commit bb47d9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN conda config --add channels conda-forge

# Create environment
COPY environment.yml /home/jovyan/
RUN conda env update -n base -f /home/jovyan/environment.yml
RUN conda install -n base -c conda-forge mamba
RUN mamba env update -n base -f /home/jovyan/environment.yml

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

0 comments on commit bb47d9d

Please sign in to comment.