Skip to content

Commit 444f47e

Browse files
authored
Fix for #570 (#571)
* Missing Features:gpu:true in nvidia containers, fix for #570 Co-authored-by: Alexandre Strube <[email protected]>
1 parent bf32f90 commit 444f47e

File tree

9 files changed

+19
-0
lines changed

9 files changed

+19
-0
lines changed

registry/nvcr.io/hpc/lammps/container.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ tags:
1616
29Sep2021: sha256:6c40caaa7c2aadd0e49748ddef584a7d88235651479e416919ced889e2156596
1717
filter:
1818
- '2021'
19+
features:
20+
gpu: true

registry/nvcr.io/hpc/namd/container.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ aliases:
2323
psfgen: /usr/local/bin/psfgen
2424
sortreplicas: /usr/local/bin/sortreplicas
2525
vmd: /usr/local/bin/vmd
26+
features:
27+
gpu: true

registry/nvcr.io/hpc/preflightcheck/container.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ maintainer: '@vsoch'
99
url: https://ngc.nvidia.com/catalog/containers/hpc:preflightcheck
1010
description: The Pre-Flight Check container verifies that the container runtime is
1111
setup correctly for GPUs and InfiniBand.
12+
features:
13+
gpu: true

registry/nvcr.io/hpc/quantum_espresso/container.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ tags:
1313
qe-7.1: sha256:e525848fd411302f1e941b34f145a988a0ea2d300e14c93d3deec291c4c88edc
1414
filter:
1515
- v*
16+
features:
17+
gpu: true

registry/nvcr.io/nvidia-hpcvis/paraview/container.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ aliases:
1616
pvbatch: /opt/paraview/bin/pvbatch
1717
pypython: /opt/paraview/bin/pvpython
1818
pvserver: /opt/paraview/bin/pvserver
19+
features:
20+
gpu: true

registry/nvcr.io/nvidia/digits/container.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ tags:
1616
21.07-tensorflow-py3: sha256:84a670644b33b6e1bfe19f67779517110ec6cb5a6082fb3ed974c79cc5a01389
1717
aliases:
1818
python: /usr/bin/python
19+
features:
20+
gpu: true
21+

registry/nvcr.io/nvidia/hpc-benchmarks/container.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ maintainer: '@vsoch'
2222
url: https://ngc.nvidia.com/catalog/containers/nvidia:hpc-benchmarks/tags
2323
description: 'The NVIDIA HPC-Benchmarks collection provides three NVIDIA accelerated
2424
HPC benchmarks: HPL-NVIDIA, HPL-AI-NVIDIA, and HPCG-NVIDIA.'
25+
features:
26+
gpu: true

registry/nvcr.io/nvidia/rapidsai/rapidsai/container.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ filter:
1818
- ^((?!base).)*$
1919
aliases:
2020
python: /opt/conda/bin/python
21+
features:
22+
gpu: true

registry/nvcr.io/nvidia/tensorflow/container.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ tags:
2828
22.07-tf2-py3: sha256:5ceb426d476b0c24104fd8b036d6c8f7ef0d1579b133f53158f891861cddab1f
2929
filter:
3030
- 21*
31+
features:
32+
gpu: true

0 commit comments

Comments
 (0)