File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,10 @@ MODEL_NAME="meta-llama/Llama-3.2-1B-Instruct"
1111echo " ===== Setting up environment variables ====="
1212export HUGGING_FACE_HUB_TOKEN=$( cat /var/run/huggingface/hf-token-ces-lcore-test || true)
1313export VLLM_API_KEY=$( cat /var/run/vllm/vllm-api-key-lcore-test || true)
14- export ROBOT_USERNAME=$( cat /var/run/robot-username/robot-username-quay || true)
15- export ROBOT_PASSWORD=$( cat /var/run/robot-password/robot-password-quay || true)
1614
1715[[ -n " $HUGGING_FACE_HUB_TOKEN " ]] && echo " ✅ HUGGING_FACE_HUB_TOKEN is set" || { echo " ❌ Missing HUGGING_FACE_HUB_TOKEN" ; exit 1; }
1816[[ -n " $VLLM_API_KEY " ]] && echo " ✅ VLLM_API_KEY is set" || { echo " ❌ Missing VLLM_API_KEY" ; exit 1; }
19- [[ -n " $ROBOT_USERNAME " ]] && echo " ✅ ROBOT_USERNAME is set" || { echo " ❌ Missing ROBOT_USERNAME" ; exit 1; }
20- [[ -n " $ROBOT_PASSWORD " ]] && echo " ✅ ROBOT_PASSWORD is set" || { echo " ❌ Missing ROBOT_PASSWORD" ; exit 1; }
21-
22- # Mirror upstream VLLM official AWS image
23- echo " Mirroring vLLM..."
24- oc image mirror \
25- public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:latest \
26- quay.io/rh-ee-cpompeia/vllm-cpu:latest
17+
2718
2819chmod +x ./scripts/build_vllm.sh
2920./scripts/build_vllm.sh
You can’t perform that action at this time.
0 commit comments