We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257ace4 commit 4fc225dCopy full SHA for 4fc225d
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
+RUN conda config --set channel_priority strict --set use_only_tar_bz2 true
39
RUN conda install -n base -y -c conda-forge mamba
40
RUN conda info -a \
41
&& conda config --show-sources \
0 commit comments