Skip to content

Commit ec13669

Browse files
committed
Add DRIVER_BRANCH as ARG / ENV in rhel8 and rhel9 dockerfile
Signed-off-by: Christopher Desiniotis <[email protected]>
1 parent efd73d8 commit ec13669

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

rhel8/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ SHELL ["/bin/bash", "-c"]
3232
ARG BASE_URL=https://us.download.nvidia.com/tesla
3333
ARG DRIVER_VERSION
3434
ENV 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
3739
ARG DRIVER_TYPE=passthrough

rhel9/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ SHELL ["/bin/bash", "-c"]
3232
ARG BASE_URL=https://us.download.nvidia.com/tesla
3333
ARG DRIVER_VERSION
3434
ENV 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
3739
ARG DRIVER_TYPE=passthrough

0 commit comments

Comments
 (0)