This commit is contained in:
2026-06-10 14:50:40 +08:00
parent d455d255c3
commit 620027d259
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -15,6 +15,9 @@ OUTPUT_DIR=./data/output
MODEL_DIR=./data/models
MIOPEN_CACHE=./data/miopen
# ---- 代理设置(国内访问 GitHub 慢时开启)----
# GIT_PROXY=http://127.0.0.1:8118
# ---- 模型下载源 ----
# huggingface(默认,需科学上网)或 modelscope(国内可用)
MINERU_MODEL_SOURCE=modelscope
+2 -2
View File
@@ -41,8 +41,8 @@ services:
dockerfile: Dockerfile
network: host
args:
ARCH: gfx1201
GIT_PROXY: http://127.0.0.1:8118
ARCH: ${ARCH:-gfx1201}
GIT_PROXY: ${GIT_PROXY:-}
container_name: mineru-worker0
stdin_open: true
tty: true