Spaces:
Paused
Paused
fix uv path
Browse files- start_with_sync.sh +2 -1
start_with_sync.sh
CHANGED
|
@@ -25,7 +25,8 @@ echo "HF Cache: $HF_HOME"
|
|
| 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
|
| 31 |
source /tmp/.venv/bin/activate
|
|
|
|
| 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 |
+
export PATH="/tmp/bin:$PATH"
|
| 30 |
|
| 31 |
uv venv /tmp/.venv
|
| 32 |
source /tmp/.venv/bin/activate
|