ACCC1380 commited on
Commit
06c943d
1 Parent(s): cb3f4a0

Upload etc/apt/apt.conf.d/70debconf with huggingface_hub

Browse files
Files changed (1) hide show
  1. etc/apt/apt.conf.d/70debconf +3 -0
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";};