in linux/cuda_installer/os_installers/debian.py [0:0]
def __init__(self): super().__init__() # To make sure we don't get stuck waiting for user input. os.environ["DEBIAN_FRONTEND"] = "noninteractive"