Skip to content

Commit 2ea688b

Browse files
author
SUSE Update Bot
committed
🤖: Update build recipes from templates
1 parent ede3c58 commit 2ea688b

4 files changed

Lines changed: 64 additions & 28 deletions

File tree

‎nvidia-driver-image/README.driver-595.45.04-64kb.md‎

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,28 @@
88
The NVIDIA Driver container image provides NVIDIA GPU drivers in a
99
containerized environment. This image is based on
1010
SUSE Linux Enterprise Server and includes both the
11-
open-source and proprietary NVIDIA kernel modules, along with the necessary
11+
open-source and proprietary NVIDIA kernel modules 595.45.04, along with the necessary
1212
user-space tools.
1313

14-
It is specifically designed for use with the NVIDIA GPU Operator or for manual
15-
driver deployment on container hosts. This image includes the NVIDIA driver
16-
595.45.04.
14+
It is providing [precompiled binaries](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/precompiled-drivers.html) for the NVIDIA GPU Operator or for manual
15+
driver deployment on container hosts, allowing for faster deployment.
1716

1817
## Usage
1918

20-
The container is intended to be run with high privileges (`--privileged`) and
21-
requires access to several host directories to properly load and manage kernel
22-
modules.
19+
To deploy this container image, use the NVIDIA GPU Operator Helm chart version 26.3.1 or later, following [these steps](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/getting-started.html#procedure).
2320

21+
Add the arguments `--set driver.repository=registry.suse.com/third-party/nvidia --set driver.usePrecompiled=true` and `--set driver.version=<driver-branch>` to the `helm install` command. `<driver-branch>` is the major version of the GPU driver (such as `595`, `590` or `580`).
22+
23+
As an example:
24+
```ShellSession
25+
helm install --wait gpu-operator \
26+
-n gpu-operator --create-namespace \
27+
nvidia/gpu-operator \
28+
--version=v26.3.1 \
29+
--set driver.repository=registry.suse.com/third-party/nvidia \
30+
--set driver.usePrecompiled=true \
31+
--set driver.version="<driver-branch>"
32+
```
2433

2534
## Licensing
2635

‎nvidia-driver-image/README.driver-595.45.04.md‎

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,28 @@
88
The NVIDIA Driver container image provides NVIDIA GPU drivers in a
99
containerized environment. This image is based on
1010
SUSE Linux Enterprise Server and includes both the
11-
open-source and proprietary NVIDIA kernel modules, along with the necessary
11+
open-source and proprietary NVIDIA kernel modules 595.45.04, along with the necessary
1212
user-space tools.
1313

14-
It is specifically designed for use with the NVIDIA GPU Operator or for manual
15-
driver deployment on container hosts. This image includes the NVIDIA driver
16-
595.45.04.
14+
It is providing [precompiled binaries](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/precompiled-drivers.html) for the NVIDIA GPU Operator or for manual
15+
driver deployment on container hosts, allowing for faster deployment.
1716

1817
## Usage
1918

20-
The container is intended to be run with high privileges (`--privileged`) and
21-
requires access to several host directories to properly load and manage kernel
22-
modules.
19+
To deploy this container image, use the NVIDIA GPU Operator Helm chart version 26.3.1 or later, following [these steps](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/getting-started.html#procedure).
2320

21+
Add the arguments `--set driver.repository=registry.suse.com/third-party/nvidia --set driver.usePrecompiled=true` and `--set driver.version=<driver-branch>` to the `helm install` command. `<driver-branch>` is the major version of the GPU driver (such as `595`, `590` or `580`).
22+
23+
As an example:
24+
```ShellSession
25+
helm install --wait gpu-operator \
26+
-n gpu-operator --create-namespace \
27+
nvidia/gpu-operator \
28+
--version=v26.3.1 \
29+
--set driver.repository=registry.suse.com/third-party/nvidia \
30+
--set driver.usePrecompiled=true \
31+
--set driver.version="<driver-branch>"
32+
```
2433

2534
## Licensing
2635

‎nvidia-driver-image/README.driver-595.58.03-64kb.md‎

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,28 @@
88
The NVIDIA Driver container image provides NVIDIA GPU drivers in a
99
containerized environment. This image is based on
1010
SUSE Linux Enterprise Server and includes both the
11-
open-source and proprietary NVIDIA kernel modules, along with the necessary
11+
open-source and proprietary NVIDIA kernel modules 595.58.03, along with the necessary
1212
user-space tools.
1313

14-
It is specifically designed for use with the NVIDIA GPU Operator or for manual
15-
driver deployment on container hosts. This image includes the NVIDIA driver
16-
595.58.03.
14+
It is providing [precompiled binaries](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/precompiled-drivers.html) for the NVIDIA GPU Operator or for manual
15+
driver deployment on container hosts, allowing for faster deployment.
1716

1817
## Usage
1918

20-
The container is intended to be run with high privileges (`--privileged`) and
21-
requires access to several host directories to properly load and manage kernel
22-
modules.
19+
To deploy this container image, use the NVIDIA GPU Operator Helm chart version 26.3.1 or later, following [these steps](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/getting-started.html#procedure).
2320

21+
Add the arguments `--set driver.repository=registry.suse.com/third-party/nvidia --set driver.usePrecompiled=true` and `--set driver.version=<driver-branch>` to the `helm install` command. `<driver-branch>` is the major version of the GPU driver (such as `595`, `590` or `580`).
22+
23+
As an example:
24+
```ShellSession
25+
helm install --wait gpu-operator \
26+
-n gpu-operator --create-namespace \
27+
nvidia/gpu-operator \
28+
--version=v26.3.1 \
29+
--set driver.repository=registry.suse.com/third-party/nvidia \
30+
--set driver.usePrecompiled=true \
31+
--set driver.version="<driver-branch>"
32+
```
2433

2534
## Licensing
2635

‎nvidia-driver-image/README.driver-595.58.03.md‎

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,28 @@
88
The NVIDIA Driver container image provides NVIDIA GPU drivers in a
99
containerized environment. This image is based on
1010
SUSE Linux Enterprise Server and includes both the
11-
open-source and proprietary NVIDIA kernel modules, along with the necessary
11+
open-source and proprietary NVIDIA kernel modules 595.58.03, along with the necessary
1212
user-space tools.
1313

14-
It is specifically designed for use with the NVIDIA GPU Operator or for manual
15-
driver deployment on container hosts. This image includes the NVIDIA driver
16-
595.58.03.
14+
It is providing [precompiled binaries](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/precompiled-drivers.html) for the NVIDIA GPU Operator or for manual
15+
driver deployment on container hosts, allowing for faster deployment.
1716

1817
## Usage
1918

20-
The container is intended to be run with high privileges (`--privileged`) and
21-
requires access to several host directories to properly load and manage kernel
22-
modules.
19+
To deploy this container image, use the NVIDIA GPU Operator Helm chart version 26.3.1 or later, following [these steps](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/getting-started.html#procedure).
2320

21+
Add the arguments `--set driver.repository=registry.suse.com/third-party/nvidia --set driver.usePrecompiled=true` and `--set driver.version=<driver-branch>` to the `helm install` command. `<driver-branch>` is the major version of the GPU driver (such as `595`, `590` or `580`).
22+
23+
As an example:
24+
```ShellSession
25+
helm install --wait gpu-operator \
26+
-n gpu-operator --create-namespace \
27+
nvidia/gpu-operator \
28+
--version=v26.3.1 \
29+
--set driver.repository=registry.suse.com/third-party/nvidia \
30+
--set driver.usePrecompiled=true \
31+
--set driver.version="<driver-branch>"
32+
```
2433

2534
## Licensing
2635

0 commit comments

Comments
 (0)