Skip to content

Commit df345d9

Browse files
committed
add repository parameter
1 parent be5415a commit df345d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/bci_build/package/nvidia-driver/README.md.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ driver deployment on container hosts, allowing for faster deployment.
1616

1717
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).
1818

19-
Add the arguments `--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`).
19+
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`).
2020

2121
As an example:
2222
```ShellSession
2323
helm install --wait gpu-operator \
2424
-n gpu-operator --create-namespace \
2525
nvidia/gpu-operator \
2626
--version=v26.3.1 \
27+
--set driver.repository=registry.suse.com/third-party/nvidia \
2728
--set driver.usePrecompiled=true \
2829
--set driver.version="<driver-branch>"
2930
```

0 commit comments

Comments
 (0)