File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ SHELL ["/bin/bash", "-c"]
3232ARG BASE_URL=https://us.download.nvidia.com/tesla
3333ARG DRIVER_VERSION
3434ENV DRIVER_VERSION=$DRIVER_VERSION
35+ ARG DRIVER_BRANCH
36+ ENV DRIVER_BRANCH=$DRIVER_BRANCH
3537
3638# Arg to indicate if driver type is either of passthrough/baremetal or vgpu
3739ARG DRIVER_TYPE=passthrough
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ SHELL ["/bin/bash", "-c"]
3232ARG BASE_URL=https://us.download.nvidia.com/tesla
3333ARG DRIVER_VERSION
3434ENV DRIVER_VERSION=$DRIVER_VERSION
35+ ARG DRIVER_BRANCH
36+ ENV DRIVER_BRANCH=$DRIVER_BRANCH
3537
3638# Arg to indicate if driver type is either of passthrough/baremetal or vgpu
3739ARG DRIVER_TYPE=passthrough
You can’t perform that action at this time.
0 commit comments