]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
musa: enable freediskspace for docker image build (#12839)
authorR0CKSTAR <redacted>
Wed, 9 Apr 2025 09:22:30 +0000 (17:22 +0800)
committerGitHub <redacted>
Wed, 9 Apr 2025 09:22:30 +0000 (11:22 +0200)
Signed-off-by: Xiaodong Ye <redacted>
.github/workflows/docker.yml

index c81d21fcd7e670d5bd4066a4778bfa40f8c52105..9eba3f6a42b5e11fb77afaac70b4059971dce365 100644 (file)
@@ -38,7 +38,7 @@ jobs:
           # Multi-stage build
           - { tag: "cpu", dockerfile: ".devops/cpu.Dockerfile", platforms: "linux/amd64,linux/arm64", full: true, light: true, server: true, freediskspace: false}
           - { tag: "cuda", dockerfile: ".devops/cuda.Dockerfile", platforms: "linux/amd64", full: true, light: true, server: true, freediskspace: false}
-          - { tag: "musa", dockerfile: ".devops/musa.Dockerfile", platforms: "linux/amd64", full: true, light: true, server: true, freediskspace: false}
+          - { tag: "musa", dockerfile: ".devops/musa.Dockerfile", platforms: "linux/amd64", full: true, light: true, server: true, freediskspace: true}
           - { tag: "intel", dockerfile: ".devops/intel.Dockerfile", platforms: "linux/amd64", full: true, light: true, server: true, freediskspace: false}
           - { tag: "vulkan", dockerfile: ".devops/vulkan.Dockerfile", platforms: "linux/amd64", full: true, light: true, server: true, freediskspace: false}
           # Note: the rocm images are failing due to a compiler error and are disabled until this is fixed to allow the workflow to complete