diff --git a/Dockerfile b/Dockerfile index 30127f3b1da0..d10e16ef1956 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update && \ # The requirements-drivers target is for BUILD_TYPE specific items. If you need to install something specific to CUDA, or specific to ROCM, it goes here. FROM requirements AS requirements-drivers - +ARG VULKAN_FROM_SOURCE=false ARG BUILD_TYPE ARG CUDA_MAJOR_VERSION=12 ARG CUDA_MINOR_VERSION=0 @@ -41,7 +41,7 @@ RUN <