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 4b270c0 commit 3bce1faCopy full SHA for 3bce1fa
.github/workflows/build-push-vllm-cpu.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Build and push image
40
run: |
41
IMAGE=ghcr.io/stackhpc/vllm-cpu:${{ inputs.vllm_ref }}
42
- docker build -f Dockerfile.cpu -t $IMAGE --shm-size=4g .
+ docker build -f docker/Dockerfile.cpu -t $IMAGE --shm-size=4g .
43
docker push $IMAGE
44
45
build_push_arm64_image:
@@ -67,5 +67,5 @@ jobs:
67
68
69
IMAGE=ghcr.io/stackhpc/vllm-cpu:${{ inputs.vllm_ref }}-arm64
70
- docker build -f Dockerfile.arm -t $IMAGE --shm-size=4g .
+ docker build -f docker/Dockerfile.arm -t $IMAGE --shm-size=4g .
71
0 commit comments