Skip to content

Commit e87c474

Browse files
committed
add extra make commands
1 parent c5c2267 commit e87c474

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Makefile

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
build:
1+
build-multi:
22
docker buildx build --platform linux/amd64,linux/arm64 . -t yoziru/nextjs-vllm-ui
3+
4+
build:
5+
docker build . -t yoziru/nextjs-vllm-ui
6+
7+
run: build
8+
docker run --rm \
9+
-p 3000:3000 \
10+
-e VLLM_URL=${VLLM_URL} \
11+
-e VLLM_TOKEN_LIMIT=${VLLM_TOKEN_LIMIT} \
12+
-e VLLM_API_KEY=${VLLM_API_KEY} \
13+
yoziru/nextjs-vllm-ui

0 commit comments

Comments
 (0)