Skip to content

Commit 184509b

Browse files
authored
Update Dockerfile
1 parent e391d6b commit 184509b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN conda config --add channels conda-forge
88
RUN conda config --set channel_priority strict
99

1010
COPY environment.yml /home/jovyan/
11-
RUN mamba env update -n base -f /home/jovyan/environment.yml
11+
RUN conda env update -n base -f /home/jovyan/environment.yml
1212
# using ~/.bash_profile instead of ~/.bashrc for non-interactive tty (-it) containers
1313
RUN echo ". /opt/conda/etc/profile.d/conda.sh" >> /home/jovyan/.bash_profile && \
1414
echo "conda deactivate" >> /home/jovyan/.bash_profile && \

0 commit comments

Comments
 (0)