diff --git a/container.def b/container.def
index 5dbf11238d5d1cbad4091d14ac442cdb379b14dc..4db1718332b2955c0ecb7223c0a794ec2fab2ea5 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 \