This commit is contained in:
parent
363c90da1b
commit
af007765a3
|
|
@ -172,7 +172,7 @@ RUN chmod +x /tini
|
|||
ENTRYPOINT ["/tini", "--"]
|
||||
|
||||
# ---- 拷贝模型(路径可换) ----
|
||||
# COPY ./Alibaba/Qwen3-30B-A3B /root/.cradle/Alibaba/Qwen3-30B-A3B
|
||||
COPY ./Alibaba/Qwen3-30B-A3B /root/.cradle/Alibaba/Qwen3-30B-A3B
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=2s --start-period=300s --retries=5 CMD curl -fs http://localhost:30000/health || exit 1
|
||||
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ RUN chmod +x /tini
|
|||
ENTRYPOINT ["/tini", "--"]
|
||||
|
||||
# ---- 拷贝模型(路径可换) ----
|
||||
COPY ./Alibaba/Qwen3-30B-A3B /root/.cradle/Alibaba/Qwen3-30B-A3B
|
||||
# COPY ./Alibaba/Qwen3-30B-A3B /root/.cradle/Alibaba/Qwen3-30B-A3B
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=2s --start-period=300s --retries=5 CMD curl -fs http://localhost:30000/health || exit 1
|
||||
|
||||
Loading…
Reference in New Issue