Skip to content

Commit

Permalink
add pull for aws-cli docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mfournioux committed Nov 25, 2024
1 parent 1ea544d commit 4b12800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Configuration of docker images on the kind cluster and cluster network
run: |
docker pull adsai/vllm-cpu-env:latest
docker pull amazon/aws-cli:2.6.4
kind load docker-image amazon/aws-cli:2.6.4 --name kind
kind load docker-image adsai/vllm-cpu-env:latest --name kind
docker network connect test-net "$(docker ps -aqf "name=kind-control-plane")"
Expand Down

0 comments on commit 4b12800

Please sign in to comment.