We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc225d commit 05e0c6dCopy full SHA for 05e0c6d
Dockerfile
@@ -35,7 +35,7 @@ RUN mkdir "$pandas_home" \
35
# we just update the base/root from the 'environment.yml' file instead of creating a new one.
36
#
37
# Set up environment
38
-RUN conda config --set channel_priority strict --set use_only_tar_bz2 true
+RUN conda update -n base conda
39
RUN conda install -n base -y -c conda-forge mamba
40
RUN conda info -a \
41
&& conda config --show-sources \
0 commit comments