We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76331c7 commit 54e7490Copy full SHA for 54e7490
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/condaforge/miniforge3
+FROM quay.io/condaforge/miniforge3:4.11.0-0
2
3
# if you forked pandas, you can pass in your own GitHub username to use your fork
4
# i.e. gh_username=myname
@@ -45,4 +45,4 @@ RUN . /opt/conda/etc/profile.d/conda.sh \
45
&& cd "$pandas_home" \
46
&& export \
47
&& python setup.py build_ext -j 4 \
48
- && python -m pip install --no-build-isolation -e .
+ && python -m pip install --no-build-isolation -e .
0 commit comments