removing rw access to cache dir in uv pip install

This commit is contained in:
Ruben Fiszel
2025-02-05 22:08:38 +01:00
parent f8cc732ce0
commit 1769d62c96
@@ -73,13 +73,6 @@ mount {
is_bind: true
}
mount {
src: "{CACHE_DIR}"
dst: "{CACHE_DIR}"
is_bind: true
rw: true
}
mount {
src: "/dev/urandom"
dst: "/dev/urandom"