Skip to content

Commit 8303504

Browse files
committed
Update dockerfile directory
1 parent 4b270c0 commit 8303504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-vllm-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build and push image
4040
run: |
4141
IMAGE=ghcr.io/stackhpc/vllm-cpu:${{ inputs.vllm_ref }}
42-
docker build -f Dockerfile.cpu -t $IMAGE --shm-size=4g .
42+
docker build -f docker/Dockerfile.cpu -t $IMAGE --shm-size=4g .
4343
docker push $IMAGE
4444
4545
build_push_arm64_image:

0 commit comments

Comments
 (0)