We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19422d commit 5b679eeCopy full SHA for 5b679ee
examples/scripts/Dockerfile_autodock_vina
@@ -1,4 +1,4 @@
1
-FROM condaforge/miniforge3-pypy3
+FROM condaforge/miniforge-pypy3
2
3
# The latest release version 1.2.3 has several known bugs.
4
# See https://github.com/ccsb-scripps/AutoDock-Vina/pull/81
examples/scripts/Dockerfile_extract_protein
RUN mamba install -c conda-forge openmm
examples/scripts/Dockerfile_pdbfixer
RUN mamba install -c conda-forge pdbfixer
examples/scripts/Dockerfile_smina
# Prevent being prompted for geographical region
ARG DEBIAN_FRONTEND=noninteractive
0 commit comments