change uv cache dir

This commit is contained in:
Benjamin Labrecque
2026-07-31 10:10:03 +02:00
parent 897283a801
commit c9edd59e23
2 changed files with 11 additions and 1 deletions
+7
View File
@@ -109,6 +109,13 @@ SocketMode=0660
SocketGroup=podman
```
Created uv cache dir, for `UV_CACHE_DIR`:
```
sudo mkdir -m 777 /var/cache/uv
```
TODO: this may not be necessary anymore:
Change the location of the working directory (uv .venvs are built here, take up lots of space)
```