Skip to content

Commit f18224b

Browse files
committed
use "defaults" and "conda-forge" channel for "environment.yml"
1 parent 2796cd1 commit f18224b

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
@@ -36,7 +36,7 @@ RUN mkdir "$pandas_home" \
3636
#
3737
# Set up environment
3838
RUN conda install -y -c conda-forge mamba
39-
RUN mamba env update -n base -f "$pandas_home/environment.yml"
39+
RUN mamba env update -n base --channel defaults --channel conda-forge -f "$pandas_home/environment.yml"
4040

4141
# Build C extensions and pandas
4242
SHELL ["/bin/bash", "-c"]

0 commit comments

Comments
 (0)