From 69da2b8c5b4eff12886f7fe0054ee3fdb366b2b1 Mon Sep 17 00:00:00 2001 From: Ivan087 Date: Tue, 2 Dec 2025 16:37:10 +0800 Subject: [PATCH] fix: fix bugs for initContainer in LWS --- vllm-serve/templates/lws.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm-serve/templates/lws.yaml b/vllm-serve/templates/lws.yaml index 16f5803..bb15c84 100644 --- a/vllm-serve/templates/lws.yaml +++ b/vllm-serve/templates/lws.yaml @@ -50,7 +50,7 @@ spec: exit 0 fi echo "⬇️ Starting download..." - apk add --no-cache bash aria2 wget ca-certificates + apk add --no-cache bash aria2 wget ca-certificates curl wget https://hf-mirror.com/hfd/hfd.sh -O hfd.sh && chmod +x hfd.sh ./hfd.sh {{ .Values.model.huggingfaceName }} --tool aria2c -x 8 --local-dir "$DEST_DIR"