From 478014ca18a372ddf8f3a5fdc7adfa6970661f28 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 22 Dec 2024 21:28:38 +0100 Subject: [PATCH] feat(Dockerfile): allow to skip driver installation (#4447) Signed-off-by: Ettore Di Giacinto --- Dockerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 01e5f6ac8cbf..42c1c1fcd6d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -115,12 +115,13 @@ FROM requirements-${IMAGE_TYPE} AS requirements-drivers ARG BUILD_TYPE ARG CUDA_MAJOR_VERSION=12 ARG CUDA_MINOR_VERSION=0 +ARG SKIP_DRIVERS=false ENV BUILD_TYPE=${BUILD_TYPE} # Vulkan requirements RUN <