|
|
@@ -19,6 +19,10 @@ FROM ghcr.io/lizardbyte/sunshine:${SUNSHINE_VERSION}-ubuntu-24.04 AS sunshine
|
|
|
# PoC : on réutilise volontairement notre environnement graphique déjà validé.
|
|
|
FROM image-registry.openshift-image-registry.svc:5000/desktop/desktop:latest
|
|
|
|
|
|
+# Import global ARGs into this build stage
|
|
|
+ARG NVIDIA_DRIVER_VERSION
|
|
|
+ARG NVIDIA_DRIVER_PACKAGE_VERSION
|
|
|
+
|
|
|
USER root
|
|
|
|
|
|
# L'image Sunshine officielle conserve le .deb utilisé pour installer Sunshine.
|