Skip to content

Commit

Permalink
fix(nvidia): run with DEBIAN_FRONTEND=noninteractive
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Dec 19, 2024
1 parent c9c7fc4 commit 91986d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile.nvidia
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ RUN echo 'omit_dracutmodules+=" iscsi "' > /etc/dracut.conf.d/iscsi.conf
# nvidia-l4t-xusb-firmware/stable,now 35.3.1-20230319081403 arm64 [installed]
# openvpn/focal-updates,focal-security,now 2.4.7-1ubuntu2.20.04.4 arm64 [installed,automatic]

RUN apt-get install -y -o Dpkg::Options::="--force-overwrite" \
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-overwrite" \
cuda-cudart-12-6 \
cuda-cudart-dev-12-6 \
cuda-nvcc-12-6 \
Expand Down

0 comments on commit 91986d5

Please sign in to comment.