Skip to content

Commit

Permalink
Fix for #570 (#571)
Browse files Browse the repository at this point in the history
* Missing Features:gpu:true in nvidia containers, fix for #570
Co-authored-by: Alexandre Strube <[email protected]>
  • Loading branch information
surak authored Aug 1, 2022
1 parent bf32f90 commit 444f47e
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions registry/nvcr.io/hpc/lammps/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ tags:
29Sep2021: sha256:6c40caaa7c2aadd0e49748ddef584a7d88235651479e416919ced889e2156596
filter:
- '2021'
features:
gpu: true
2 changes: 2 additions & 0 deletions registry/nvcr.io/hpc/namd/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ aliases:
psfgen: /usr/local/bin/psfgen
sortreplicas: /usr/local/bin/sortreplicas
vmd: /usr/local/bin/vmd
features:
gpu: true
2 changes: 2 additions & 0 deletions registry/nvcr.io/hpc/preflightcheck/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ maintainer: '@vsoch'
url: https://ngc.nvidia.com/catalog/containers/hpc:preflightcheck
description: The Pre-Flight Check container verifies that the container runtime is
setup correctly for GPUs and InfiniBand.
features:
gpu: true
2 changes: 2 additions & 0 deletions registry/nvcr.io/hpc/quantum_espresso/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ tags:
qe-7.1: sha256:e525848fd411302f1e941b34f145a988a0ea2d300e14c93d3deec291c4c88edc
filter:
- v*
features:
gpu: true
2 changes: 2 additions & 0 deletions registry/nvcr.io/nvidia-hpcvis/paraview/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ aliases:
pvbatch: /opt/paraview/bin/pvbatch
pypython: /opt/paraview/bin/pvpython
pvserver: /opt/paraview/bin/pvserver
features:
gpu: true
3 changes: 3 additions & 0 deletions registry/nvcr.io/nvidia/digits/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ tags:
21.07-tensorflow-py3: sha256:84a670644b33b6e1bfe19f67779517110ec6cb5a6082fb3ed974c79cc5a01389
aliases:
python: /usr/bin/python
features:
gpu: true

2 changes: 2 additions & 0 deletions registry/nvcr.io/nvidia/hpc-benchmarks/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ maintainer: '@vsoch'
url: https://ngc.nvidia.com/catalog/containers/nvidia:hpc-benchmarks/tags
description: 'The NVIDIA HPC-Benchmarks collection provides three NVIDIA accelerated
HPC benchmarks: HPL-NVIDIA, HPL-AI-NVIDIA, and HPCG-NVIDIA.'
features:
gpu: true
2 changes: 2 additions & 0 deletions registry/nvcr.io/nvidia/rapidsai/rapidsai/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ filter:
- ^((?!base).)*$
aliases:
python: /opt/conda/bin/python
features:
gpu: true
2 changes: 2 additions & 0 deletions registry/nvcr.io/nvidia/tensorflow/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ tags:
22.07-tf2-py3: sha256:5ceb426d476b0c24104fd8b036d6c8f7ef0d1579b133f53158f891861cddab1f
filter:
- 21*
features:
gpu: true

0 comments on commit 444f47e

Please sign in to comment.