Skip to content

Commit 4312ca5

Browse files
committed
Minor improvements to Dockerfile and Makefile
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
1 parent b2fbc66 commit 4312ca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ load-test-server-local:
7979

8080
.PHONY: build-test-launcher-local
8181
build-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
8585
load-test-launcher-local:

dockerfiles/Dockerfile.launcher.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
ARG TARGETARCH
55
ARG VLLM_VERSION=v0.15.0

0 commit comments

Comments
 (0)