wwforonce commited on
Commit
d6428cd
·
1 Parent(s): 3387e98

change uv install path

Browse files
Files changed (1) hide show
  1. start_with_sync.sh +4 -2
start_with_sync.sh CHANGED
@@ -22,8 +22,10 @@ echo "Data directory: $DATA_DIR"
22
  echo "HF Repository: $HF_STORAGE_REPO"
23
  echo "HF Cache: $HF_HOME"
24
 
25
- curl -LsSf https://astral.sh/uv/install.sh | sh
26
- source $HOME/.local/bin/env
 
 
27
 
28
  uv venv /tmp/.venv
29
  source /tmp/.venv/bin/activate
 
22
  echo "HF Repository: $HF_STORAGE_REPO"
23
  echo "HF Cache: $HF_HOME"
24
 
25
+ # insytall uv
26
+ mkdir -p /tmp/bin
27
+ curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="/tmp/bin" sh
28
+ source /tmp/bin/env
29
 
30
  uv venv /tmp/.venv
31
  source /tmp/.venv/bin/activate