We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d9cff commit 3de21deCopy full SHA for 3de21de
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/condaforge/miniforge3
+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
@@ -40,7 +40,6 @@ RUN mkdir "$pandas_home" \
40
# we just update the base/root one from the 'environment.yml' file instead of creating a new one.
41
#
42
# Set up environment
43
-RUN conda install -y mamba
44
RUN mamba env update -n base -f "$pandas_home/environment.yml"
45
46
# Build C extensions and pandas
0 commit comments