From 6fda6475e5ee407517cf14b92a9599ff2d1368e8 Mon Sep 17 00:00:00 2001
From: "Dutta, Ayushi (PG/R - Comp Sci & Elec Eng)" <ayushi.dutta@surrey.ac.uk>
Date: Mon, 14 Apr 2025 16:27:32 +0000
Subject: [PATCH] non interactive ubuntu

---
 container.def | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/container.def b/container.def
index 5dbf112..4db1718 100644
--- a/container.def
+++ b/container.def
@@ -3,7 +3,7 @@ BootStrap: docker
 From: nvidia/cuda:12.8.1-cudnn-devel-ubuntu20.04
 
 %post
-    # Install special software or additions
+    export DEBIAN_FRONTEND=noninteractive
     apt-get update -y # Good practice, update the package database.
     apt-get install -y \
         wget sshfs rsync curl vim bzip2 zip unzip git build-essential cmake \
-- 
GitLab