We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76331c7 commit 2796cd1Copy full SHA for 2796cd1
Dockerfile
@@ -32,10 +32,10 @@ RUN mkdir "$pandas_home" \
32
33
# Because it is surprisingly difficult to activate a conda environment inside a DockerFile
34
# (from personal experience and per https://github.com/ContinuumIO/docker-images/issues/89),
35
-# we just update the base/root one from the 'environment.yml' file instead of creating a new one.
+# 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 install -y mamba
+RUN conda install -y -c conda-forge mamba
39
RUN mamba env update -n base -f "$pandas_home/environment.yml"
40
41
# Build C extensions and pandas
0 commit comments