Browse Source

Mise à jour de 'Dockerfile'

penta 1 month ago
parent
commit
366e46a445
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Dockerfile

+ 4 - 0
Dockerfile

@@ -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.