Skip to content

Commit

Permalink
fix docker exec command
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Dec 5, 2024
1 parent 1498fb8 commit daa0713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/engine-vllm-pvc/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir -p ${PV_HOST_PATH}
# Execute into the kind container
kind_container=$(docker ps --filter "name=kind-control-plane" --format "{{.ID}}")
docker exec -i $kind_container bash -c "
apt-update -y && apt-get install -y python3-pip
apt update -y && apt install -y python3-pip
pip install -U "huggingface_hub[cli]"
mkdir -p ${PV_HOST_PATH}
huggingface-cli download facebook/opt-125m --local-dir ${PV_HOST_PATH} \
Expand Down

0 comments on commit daa0713

Please sign in to comment.