We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a7006 commit f7ca0eaCopy full SHA for f7ca0ea
Dockerfile.gpu
@@ -10,7 +10,7 @@ RUN set -ex;\
10
deps="$DEPS";\
11
apt-get update;\
12
apt -y upgrade;\
13
- apt install -y $deps;\
+ DEBIAN_FRONTEND=noninteractive apt install -y $deps;\
14
mkdir /opt/cmake;\
15
sh /cmake-3.12.4-Linux-x86_64.sh --prefix=/opt/cmake --skip-license;\
16
ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake
0 commit comments