Skip to content

Commit

Permalink
add buildx for vllm cpu docker image build
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Fournioux <[email protected]>
  • Loading branch information
mfournioux committed Nov 29, 2024
1 parent d025994 commit 80bd125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: helm/[email protected]

- name: Build the Docker image vllm cpu
run: docker build . --file Dockerfile.cpu -t vllm-cpu-env --shm-size=4g .
run: docker buildx build . --file Dockerfile.cpu -t vllm-cpu-env --shm-size=4g .

- name: Configuration of docker images, network and namespace for the kind cluster
run: |
Expand Down

0 comments on commit 80bd125

Please sign in to comment.