Upload etc/apt/apt.conf.d/70debconf with huggingface_hub
Browse files
etc/apt/apt.conf.d/70debconf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
// Pre-configure all packages with debconf before they are installed.
|
2 |
+
// If you don't like it, comment it out.
|
3 |
+
DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";};
|