File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ load-test-server-local:
7979
8080.PHONY : build-test-launcher-local
8181build-test-launcher-local :
82- docker build -t ${TEST_LAUNCHER_IMG} -f dockerfiles/Dockerfile.launcher.cpu . --progress=plain --platform linux/$(TARGETARCH ) --build-arg TARGETARCH= $( TARGETARCH )
82+ docker build -t ${TEST_LAUNCHER_IMG} -f dockerfiles/Dockerfile.launcher.cpu . --progress=plain --platform linux/$(shell go env GOARCH )
8383
8484.PHONY : load-test-launcher-local
8585load-test-launcher-local :
Original file line number Diff line number Diff line change 11# Dockerfile for launcher using vLLM CPU images (for tests without GPU)
2- # Supports both arm64 and x86_64 architectures
2+ # Supports both arm64 and amd64 architectures
33
44ARG TARGETARCH
55ARG VLLM_VERSION=v0.15.0
You can’t perform that action at this time.
0 commit comments