Skip to content

Commit

Permalink
update build argument for vllm 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 Dec 3, 2024
1 parent fbc3dc9 commit 1013952
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 buildx build --file Dockerfile.cpu --tag vllm-cpu-env .
run: docker buildx build --file Dockerfile.cpu --tag vllm-cpu-env --build-arg VLLM_CPU_DISABLE_AVX512="true" .

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

0 comments on commit 1013952

Please sign in to comment.