Skip to content

Commit f7ca0ea

Browse files
author
hhsecond
committed
suppressing interactive question while installing
1 parent 61a7006 commit f7ca0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN set -ex;\
1010
deps="$DEPS";\
1111
apt-get update;\
1212
apt -y upgrade;\
13-
apt install -y $deps;\
13+
DEBIAN_FRONTEND=noninteractive apt install -y $deps;\
1414
mkdir /opt/cmake;\
1515
sh /cmake-3.12.4-Linux-x86_64.sh --prefix=/opt/cmake --skip-license;\
1616
ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake

0 commit comments

Comments
 (0)