We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd890d2 + b8042e1 commit e8bff51Copy full SHA for e8bff51
Singularity.def
@@ -51,7 +51,7 @@ https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
51
&& rm /tmp/Miniconda3-latest-Linux-x86_64.sh
52
53
# Install conda packages.
54
-PATH="/opt/conda/bin:$PATH"
+PATH="/opt/conda/bin:/usr/local/cuda-11.1/bin:$PATH"
55
conda update -qy conda \
56
&& conda install -y -c conda-forge \
57
openmm=7.5.1 \
@@ -81,7 +81,7 @@ patch -p0 < /app/alphafold/docker/openmm.patch
81
chmod u+s /sbin/ldconfig.real
82
83
%environment
84
-export PATH="/opt/conda/bin:$PATH"
+export PATH="/opt/conda/bin:/usr/local/cuda-11.1/bin:$PATH"
85
%runscript
86
cd /app/alphafold
87
ldconfig
0 commit comments