Skip to content

Commit e8bff51

Browse files
Merge pull request #5 from prehensilecode/cuda-path
Add CUDA utilities path
2 parents dd890d2 + b8042e1 commit e8bff51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Singularity.def

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
5151
&& rm /tmp/Miniconda3-latest-Linux-x86_64.sh
5252

5353
# Install conda packages.
54-
PATH="/opt/conda/bin:$PATH"
54+
PATH="/opt/conda/bin:/usr/local/cuda-11.1/bin:$PATH"
5555
conda update -qy conda \
5656
&& conda install -y -c conda-forge \
5757
openmm=7.5.1 \
@@ -81,7 +81,7 @@ patch -p0 < /app/alphafold/docker/openmm.patch
8181
chmod u+s /sbin/ldconfig.real
8282

8383
%environment
84-
export PATH="/opt/conda/bin:$PATH"
84+
export PATH="/opt/conda/bin:/usr/local/cuda-11.1/bin:$PATH"
8585
%runscript
8686
cd /app/alphafold
8787
ldconfig

0 commit comments

Comments
 (0)