Skip to content

Commit 3bce1fa

Browse files
committed
Update dockerfile directory
1 parent 4b270c0 commit 3bce1fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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:
@@ -67,5 +67,5 @@ jobs:
6767
- name: Build and push image
6868
run: |
6969
IMAGE=ghcr.io/stackhpc/vllm-cpu:${{ inputs.vllm_ref }}-arm64
70-
docker build -f Dockerfile.arm -t $IMAGE --shm-size=4g .
70+
docker build -f docker/Dockerfile.arm -t $IMAGE --shm-size=4g .
7171
docker push $IMAGE

0 commit comments

Comments
 (0)