wwforonce commited on
Commit
ba3d054
·
1 Parent(s): f3d1f3e

fix uv cache path

Browse files
Files changed (1) hide show
  1. 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
- 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
 
 
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