|
@@ -535,8 +535,8 @@ RUN --mount=type=cache,target=/root/.cache \
|
|
|
uv pip install --no-build-isolation --extra-index-url https://download.pytorch.org/whl/cpu/ --index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple \
|
|
uv pip install --no-build-isolation --extra-index-url https://download.pytorch.org/whl/cpu/ --index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple \
|
|
|
${WHEEL_PACKAGE}
|
|
${WHEEL_PACKAGE}
|
|
|
|
|
|
|
|
- # Download tools
|
|
|
|
|
- gpustack download-tools
|
|
|
|
|
|
|
+ # Download tools (use gh-proxy mirror for China network)
|
|
|
|
|
+ gpustack download-tools --tools-download-base-url "https://gh-proxy.com/https://github.com"
|
|
|
tree -hs "$(pip show gpustack | grep Location: | head -n 1 | cut -d" " -f 2)/gpustack/third_party"
|
|
tree -hs "$(pip show gpustack | grep Location: | head -n 1 | cut -d" " -f 2)/gpustack/third_party"
|
|
|
|
|
|
|
|
# Set up environment
|
|
# Set up environment
|