mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
jellyfin gpu passthrough remove dev-dri mount
This commit is contained in:
@@ -29,8 +29,8 @@ spec:
|
|||||||
- mountPath: /data/media
|
- mountPath: /data/media
|
||||||
name: data
|
name: data
|
||||||
subPath: media
|
subPath: media
|
||||||
- name: dev-dri
|
# - name: dev-dri
|
||||||
mountPath: /dev/dri
|
# mountPath: /dev/dri
|
||||||
env:
|
env:
|
||||||
- name: NVIDIA_VISIBLE_DEVICES
|
- name: NVIDIA_VISIBLE_DEVICES
|
||||||
value: all
|
value: all
|
||||||
@@ -43,6 +43,6 @@ spec:
|
|||||||
- name: data
|
- name: data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: media-data
|
claimName: media-data
|
||||||
- name: dev-dri
|
# - name: dev-dri
|
||||||
hostPath:
|
# hostPath:
|
||||||
path: /dev/dri
|
# path: /dev/dri
|
||||||
|
|||||||
Reference in New Issue
Block a user