From bcc6573844432861fc0870b783d7f7839d886591 Mon Sep 17 00:00:00 2001 From: armheb Date: Fri, 31 Jan 2020 16:48:47 +0330 Subject: [PATCH] Update pre_docker_install.sh --- docker/pre_docker_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/pre_docker_install.sh b/docker/pre_docker_install.sh index 9b5520a0..cf76bf5b 100755 --- a/docker/pre_docker_install.sh +++ b/docker/pre_docker_install.sh @@ -37,7 +37,7 @@ DEBIAN_FRONTEND=noninteractive sudo apt-get install -y keyboard-configuration sudo apt install -y ubuntu-drivers-common -apt-get install -y nvidia-384 +sudo apt-get install -y nvidia-384 #Reboot so the nvidia driver finishes install sudo reboot