]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : fix musa docker build (#16306)
authorR0CKSTAR <redacted>
Sun, 28 Sep 2025 14:38:15 +0000 (22:38 +0800)
committerGitHub <redacted>
Sun, 28 Sep 2025 14:38:15 +0000 (16:38 +0200)
Signed-off-by: Xiaodong Ye <redacted>
.devops/musa.Dockerfile

index ff4ccf44ab73bf740dce44b0ce5211a79f8ae34a..ec44b229143f27a039e1e746c3ad4bc2ee05c965 100644 (file)
@@ -2,9 +2,9 @@ ARG UBUNTU_VERSION=22.04
 # This needs to generally match the container host's environment.
 ARG MUSA_VERSION=rc4.3.0
 # Target the MUSA build image
-ARG BASE_MUSA_DEV_CONTAINER=sh-harbor.mthreads.com/haive/mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}-amd64
+ARG BASE_MUSA_DEV_CONTAINER=mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}-amd64
 
-ARG BASE_MUSA_RUN_CONTAINER=sh-harbor.mthreads.com/haive/mthreads/musa:${MUSA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}-amd64
+ARG BASE_MUSA_RUN_CONTAINER=mthreads/musa:${MUSA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}-amd64
 
 FROM ${BASE_MUSA_DEV_CONTAINER} AS build