diff --git a/Dockerfile b/Dockerfile index 2923cd60cc53b..32714c57fe857 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/condaforge/miniforge3:4.11.0-0 +FROM quay.io/condaforge/mambaforge # if you forked pandas, you can pass in your own GitHub username to use your fork # i.e. gh_username=myname @@ -35,7 +35,6 @@ RUN mkdir "$pandas_home" \ # we just update the base/root one from the 'environment.yml' file instead of creating a new one. # # Set up environment -RUN conda install -y mamba RUN mamba env update -n base -f "$pandas_home/environment.yml" # Build C extensions and pandas