mirror of https://github.com/kubernetes/kops.git
Update NVIDIA Container Toolkit URL
The NVIDIA Container Toolkit packaging has been simplified to produce a single deb (or rpm) package. This means that the URL is no longer distribution dependent and the stable/deb repository path is used instead. Signed-off-by: Evan Lezar <evanlezar@gmail.com>
This commit is contained in:
parent
8f36682a35
commit
b76a215e5e
|
@ -35,7 +35,7 @@ func (b *NvidiaBuilder) Build(c *fi.NodeupModelBuilderContext) error {
|
|||
Name: "nvidia-container-toolkit",
|
||||
Keyring: "https://nvidia.github.io/libnvidia-container/gpgkey",
|
||||
Sources: []string{
|
||||
"deb https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/$(ARCH) /",
|
||||
"deb https://nvidia.github.io/libnvidia-container/stable/deb/$(ARCH) /",
|
||||
},
|
||||
})
|
||||
c.AddTask(&nodetasks.Package{Name: "nvidia-container-toolkit"})
|
||||
|
|
Loading…
Reference in New Issue