Skip to content

Commit ed7171c

Browse files
committed
Run various driver installs as root when building containers
1 parent 35a07f0 commit ed7171c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

devops/containers/ubuntu2204_intel_drivers.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ENV DEBIAN_FRONTEND=noninteractive
77

88
ARG use_latest=true
99

10+
USER root
11+
1012
RUN apt update && apt install -yqq wget
1113

1214
COPY scripts/get_release.py /

devops/containers/ubuntu2404_intel_drivers.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ENV DEBIAN_FRONTEND=noninteractive
77

88
ARG use_latest=true
99

10+
USER root
11+
1012
RUN apt update && apt install -yqq wget
1113

1214
COPY scripts/get_release.py /

devops/containers/ubuntu2404_intel_drivers_igc_dev.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ FROM $base_image:$base_tag
55

66
ENV DEBIAN_FRONTEND=noninteractive
77

8+
USER root
9+
810
RUN apt update && apt install -yqq libllvm14
911

1012
COPY scripts/get_release.py /

0 commit comments

Comments
 (0)