From de2ba71374c364a06c8898fc138a988155204b76 Mon Sep 17 00:00:00 2001
From: Sydney Anne Erickson <sydney@elixxir.io>
Date: Thu, 15 Sep 2022 17:08:02 +0000
Subject: [PATCH] Update cuda-go/Dockerfile

---
 cuda-go/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cuda-go/Dockerfile b/cuda-go/Dockerfile
index 302d8eb..fa191c9 100644
--- a/cuda-go/Dockerfile
+++ b/cuda-go/Dockerfile
@@ -28,7 +28,7 @@ RUN chmod +x mc
 RUN mv mc /usr/bin
 
 RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && dpkg -i google-chrome-stable_current_amd64.deb || true && rm -rf google-chrome-stable_current_amd64.deb
-RUN apt install -f
+RUN apt install -f -y
 
 COPY upload-artifacts.sh /upload-artifacts.sh
 RUN chmod +x /upload-artifacts.sh
-- 
GitLab