Commit 413a2e4f authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

set `DEBIAN_FRONTEND=noninteractive` correctly

parent b5614f3e
...@@ -155,7 +155,7 @@ install_cuda_driver_apt() { ...@@ -155,7 +155,7 @@ install_cuda_driver_apt() {
status 'Installing CUDA driver...' status 'Installing CUDA driver...'
$SUDO dpkg -i $TEMP_DIR/cuda-keyring.deb $SUDO dpkg -i $TEMP_DIR/cuda-keyring.deb
$SUDO apt-get update $SUDO apt-get update
DEBIAN_FRONTEND=noninteractive $SUDO apt-get -y install cuda-drivers -q $SUDO DEBIAN_FRONTEND=noninteractive apt-get -y install cuda-drivers -q
} }
if [ ! -f "/etc/os-release" ]; then if [ ! -f "/etc/os-release" ]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment