We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e391d6b commit 184509bCopy full SHA for 184509b
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ RUN conda config --add channels conda-forge
8
RUN conda config --set channel_priority strict
9
10
COPY environment.yml /home/jovyan/
11
-RUN mamba env update -n base -f /home/jovyan/environment.yml
+RUN conda env update -n base -f /home/jovyan/environment.yml
12
# using ~/.bash_profile instead of ~/.bashrc for non-interactive tty (-it) containers
13
RUN echo ". /opt/conda/etc/profile.d/conda.sh" >> /home/jovyan/.bash_profile && \
14
echo "conda deactivate" >> /home/jovyan/.bash_profile && \
0 commit comments