Skip to content

Commit 05e0c6d

Browse files
committed
update conda
1 parent 4fc225d commit 05e0c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN mkdir "$pandas_home" \
3535
# we just update the base/root from the 'environment.yml' file instead of creating a new one.
3636
#
3737
# Set up environment
38-
RUN conda config --set channel_priority strict --set use_only_tar_bz2 true
38+
RUN conda update -n base conda
3939
RUN conda install -n base -y -c conda-forge mamba
4040
RUN conda info -a \
4141
&& conda config --show-sources \

0 commit comments

Comments
 (0)