We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9040423 commit 2dbaedfCopy full SHA for 2dbaedf
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/condaforge/miniforge3:4.11.0-0
+FROM quay.io/condaforge/mambaforge
2
3
# if you forked pandas, you can pass in your own GitHub username to use your fork
4
# i.e. gh_username=myname
@@ -35,7 +35,6 @@ RUN mkdir "$pandas_home" \
35
# we just update the base/root one from the 'environment.yml' file instead of creating a new one.
36
#
37
# Set up environment
38
-RUN conda install -y mamba
39
RUN mamba env update -n base -f "$pandas_home/environment.yml"
40
41
# Build C extensions and pandas
0 commit comments