Skip to content

Commit e391d6b

Browse files
authored
Update Dockerfile
1 parent aa6cf88 commit e391d6b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ RUN conda update conda
66
RUN conda config --remove channels conda-forge
77
RUN conda config --add channels conda-forge
88
RUN conda config --set channel_priority strict
9-
RUN conda install mamba -c conda-forge
109

1110
COPY environment.yml /home/jovyan/
1211
RUN mamba env update -n base -f /home/jovyan/environment.yml

0 commit comments

Comments
 (0)