Skip to content

Commit 2dbaedf

Browse files
Backport PR pandas-dev#48143 on branch 1.4.x (CI: Switch to mambaforge as base image for Docker ENV build) (pandas-dev#48157)
Co-authored-by: Patrick Hoefler <[email protected]>
1 parent 9040423 commit 2dbaedf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/condaforge/miniforge3:4.11.0-0
1+
FROM quay.io/condaforge/mambaforge
22

33
# if you forked pandas, you can pass in your own GitHub username to use your fork
44
# i.e. gh_username=myname
@@ -35,7 +35,6 @@ RUN mkdir "$pandas_home" \
3535
# we just update the base/root one from the 'environment.yml' file instead of creating a new one.
3636
#
3737
# Set up environment
38-
RUN conda install -y mamba
3938
RUN mamba env update -n base -f "$pandas_home/environment.yml"
4039

4140
# Build C extensions and pandas

0 commit comments

Comments
 (0)