Spaces:
Paused
Paused
fix uv cache path
Browse files- start_with_sync.sh +2 -1
start_with_sync.sh
CHANGED
|
@@ -24,7 +24,8 @@ echo "HF Cache: $HF_HOME"
|
|
| 24 |
|
| 25 |
# insytall uv, custom installer
|
| 26 |
mkdir -p /tmp/bin
|
| 27 |
-
|
|
|
|
| 28 |
#source /tmp/bin/env
|
| 29 |
export PATH="/tmp/bin:$PATH"
|
| 30 |
|
|
|
|
| 24 |
|
| 25 |
# insytall uv, custom installer
|
| 26 |
mkdir -p /tmp/bin
|
| 27 |
+
export UV_CACHE_DIR="/tmp/uv_cache"
|
| 28 |
+
curl -LsSf https://astral.sh/uv/install.sh | env UV_UNMANAGED_INSTALL="/tmp/bin" UV_CACHE_DIR="/tmp/uv_cache" sh
|
| 29 |
#source /tmp/bin/env
|
| 30 |
export PATH="/tmp/bin:$PATH"
|
| 31 |
|