@@ -109,8 +109,6 @@ The API presented here **will change** in an upcoming release to better support
|
|||||||
|
|
||||||
As of now, CUDA libraries are expected to be pre-installed on the nodes.
|
As of now, CUDA libraries are expected to be pre-installed on the nodes.
|
||||||
|
|
||||||
The NVIDIA drivers will require privileged containers due to the permissions on ``/usr/lib/nvidia-367``.
|
|
||||||
|
|
||||||
To mitigate this, you can copy the libraries to a more permissive folder in ``/var/lib/`` or change the permissions directly. (Future releases will automatically perform this operation)
|
To mitigate this, you can copy the libraries to a more permissive folder in ``/var/lib/`` or change the permissions directly. (Future releases will automatically perform this operation)
|
||||||
|
|
||||||
Pods can access the libraries using `hostPath` volumes.
|
Pods can access the libraries using `hostPath` volumes.
|
||||||
@@ -135,10 +133,10 @@ spec:
|
|||||||
name: lib
|
name: lib
|
||||||
volumes:
|
volumes:
|
||||||
- hostPath:
|
- hostPath:
|
||||||
path: /usr/lib/nvidia-367/bin
|
path: /usr/lib/nvidia-375/bin
|
||||||
name: bin
|
name: bin
|
||||||
- hostPath:
|
- hostPath:
|
||||||
path: /usr/lib/nvidia-367
|
path: /usr/lib/nvidia-375
|
||||||
name: lib
|
name: lib
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user