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 43286f5Copy full SHA for 43286f5
.github/workflows/build-push-vllm-cpu.yml
@@ -41,6 +41,7 @@ jobs:
41
IMAGE=ghcr.io/stackhpc/vllm-cpu:${{ inputs.vllm_ref }}
42
docker build -f Dockerfile.cpu -t $IMAGE --shm-size=4g .
43
docker push $IMAGE
44
+ working-directory: docker
45
46
build_push_arm64_image:
47
name: Build and push image
0 commit comments