Skip to content

Commit 2796cd1

Browse files
committed
use "conda-forge" channel for mamba package
1 parent 76331c7 commit 2796cd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ RUN mkdir "$pandas_home" \
3232

3333
# Because it is surprisingly difficult to activate a conda environment inside a DockerFile
3434
# (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.
35+
# 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 install -y mamba
38+
RUN conda install -y -c conda-forge mamba
3939
RUN mamba env update -n base -f "$pandas_home/environment.yml"
4040

4141
# Build C extensions and pandas

0 commit comments

Comments
 (0)