Upload etc/apt/apt.conf.d/docker-clean with huggingface_hub
Browse files
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 "";
|