Skip to content
Snippets Groups Projects
Commit 7db070f9 authored by Dejan Golubovic's avatar Dejan Golubovic
Browse files

Add nvidia driver envs

parent 7aefb38e
Branches kf1.1_examples_backup
No related tags found
No related merge requests found
...@@ -68,6 +68,11 @@ spec: ...@@ -68,6 +68,11 @@ spec:
resources: resources:
limits: limits:
nvidia.com/gpu: 1 nvidia.com/gpu: 1
env:
- name: PATH
value: /bin:/usr/bin:/usr/local/bin:/opt/nvidia-driver/bin
- name: LD_LIBRARY_PATH
value: /opt/nvidia-driver/lib64
volumeMounts: volumeMounts:
- name: eos - name: eos
mountPath: /eos mountPath: /eos
...@@ -120,6 +125,11 @@ spec: ...@@ -120,6 +125,11 @@ spec:
resources: resources:
limits: limits:
nvidia.com/gpu: 1 nvidia.com/gpu: 1
env:
- name: PATH
value: /bin:/usr/bin:/usr/local/bin:/opt/nvidia-driver/bin
- name: LD_LIBRARY_PATH
value: /opt/nvidia-driver/lib64
volumeMounts: volumeMounts:
- name: eos - name: eos
mountPath: /eos mountPath: /eos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment