소스 검색

Mise à jour de 'Dockerfile'

penta 1 개월 전
부모
커밋
366e46a445
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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.