Skip to content

Commit

Permalink
Build nompi against CUDA 11.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Apr 1, 2024
1 parent 8b4e182 commit 5408cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make_dockerfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ def write(fname, templates, **kwargs):
test_template = env.get_template('test.jinja')

write('docker/nompi/Dockerfile', [base_template, glotzerlab_software_template, test_template, finalize_template],
FROM='nvidia/cuda:11.1.1-devel-ubuntu20.04',
FROM='nvidia/cuda:11.8.0-devel-ubuntu20.04',
ENABLE_MPI='off',
MAKEJOBS=multiprocessing.cpu_count()+2,
CUDA_VERSION='11.1',
CUDA_VERSION='11.8',
**versions)

# see https://stackoverflow.com/questions/5470257/how-to-see-which-flags-march-native-will-activate
Expand Down

0 comments on commit 5408cec

Please sign in to comment.