Skip to content

Commit 87fbd55

Browse files
committed
updated xpu build with new dockerfile location
1 parent daf91c0 commit 87fbd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
- name: Build and push image
4141
run: |
4242
IMAGE=ghcr.io/stackhpc/vllm-xpu:${{ inputs.vllm_ref }}
43-
docker build -f Dockerfile.xpu -t $IMAGE --shm-size=4g .
43+
docker build -f docker/Dockerfile.xpu -t $IMAGE --shm-size=4g .
4444
docker push $IMAGE

0 commit comments

Comments
 (0)