We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6cf88 commit e391d6bCopy full SHA for e391d6b
1 file changed
Dockerfile
@@ -6,7 +6,6 @@ RUN conda update conda
6
RUN conda config --remove channels conda-forge
7
RUN conda config --add channels conda-forge
8
RUN conda config --set channel_priority strict
9
-RUN conda install mamba -c conda-forge
10
11
COPY environment.yml /home/jovyan/
12
RUN mamba env update -n base -f /home/jovyan/environment.yml
0 commit comments