x
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user