We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf91c0 commit 87fbd55Copy full SHA for 87fbd55
.github/workflows/build-push-vllm-xpu.yml
@@ -40,5 +40,5 @@ jobs:
40
- name: Build and push image
41
run: |
42
IMAGE=ghcr.io/stackhpc/vllm-xpu:${{ inputs.vllm_ref }}
43
- docker build -f Dockerfile.xpu -t $IMAGE --shm-size=4g .
+ docker build -f docker/Dockerfile.xpu -t $IMAGE --shm-size=4g .
44
docker push $IMAGE
0 commit comments