Skip to content

Commit 9aee568

Browse files
committed
Update uvkc image to v2
Built using latest version of slp/fedora-vgpu based on Fedora 42 and much smaller (201 MiB instead of 462 MiB).
1 parent c82aad5 commit 9aee568

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

macos/uvkc-cpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ metadata:
66
spec:
77
containers:
88
- name: uvkc
9-
image: quay.io/nirsof/uvkc:v1
9+
image: quay.io/nirsof/uvkc:v2
1010
command: ["sh", "-c" , "trap 'exit 0' TERM; while true; do sleep 60 & wait; done"]

macos/uvkc-gpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
containers:
88
- name: uvkc
9-
image: quay.io/nirsof/uvkc:v1
9+
image: quay.io/nirsof/uvkc:v2
1010
command: ["sh", "-c" , "trap 'exit 0' TERM; while true; do sleep 60 & wait; done"]
1111
resources:
1212
limits:

0 commit comments

Comments
 (0)