We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2796cd1 commit f18224bCopy full SHA for f18224b
Dockerfile
@@ -36,7 +36,7 @@ RUN mkdir "$pandas_home" \
36
#
37
# Set up environment
38
RUN conda install -y -c conda-forge mamba
39
-RUN mamba env update -n base -f "$pandas_home/environment.yml"
+RUN mamba env update -n base --channel defaults --channel conda-forge -f "$pandas_home/environment.yml"
40
41
# Build C extensions and pandas
42
SHELL ["/bin/bash", "-c"]
0 commit comments