ACCC1380 commited on
Commit
12f209c
1 Parent(s): 026475d

Upload etc/apt/apt.conf.d/docker-clean with huggingface_hub

Browse files
Files changed (1) hide show
  1. etc/apt/apt.conf.d/docker-clean +3 -0
etc/apt/apt.conf.d/docker-clean ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };
2
+ APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };
3
+ Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";