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