Skip to content

Commit

Permalink
singularity: move to cuda 11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fzimmermann89 committed Jun 9, 2021
1 parent 32f27d2 commit 6cb32da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Singularity.py38
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bootstrap: docker
from: nvidia/cuda:10.2-devel-centos7
from: nvidia/cuda:11.2.2-devel-centos7



Expand Down Expand Up @@ -216,7 +216,7 @@ EOF3
#pip
echo 'installing pnumpy from pip' && pip install pnumpy
echo "installing pycuda from pip" && CFLAGS=-std=c++11 CXXFLAGS=-std=c++11 LIBRARY_PATH=/usr/local/cuda/lib64/stubs CPATH=/usr/local/cuda/include CUDA_ROOT=/usr/local/cuda pip install pycuda
echo 'installing cupy from pip' && pip install cupy-cuda102 &
echo 'installing cupy from pip' && pip install cupy-cuda112 &
echo 'installing mkl_umath wheel' && pip install https://zimf.de/mkl_umath-0.1.1-cp38-cp38-linux_x86_64.whl --no-deps &

#conda config
Expand Down

0 comments on commit 6cb32da

Please sign in to comment.