This commit is contained in:
2026-06-03 16:19:00 +08:00
parent b92f26120e
commit e95ccb6d05
2 changed files with 25 additions and 4 deletions
+4
View File
@@ -9,6 +9,7 @@ services:
build:
context: .
dockerfile: Dockerfile
network: host # 构建时走宿主机网络(国内访问 ROCm 源需要)
args:
# ---- 按你的 GPU 修改 ----
# gfx1201 = RX 9070 / 9070 XT / 9070 GRE
@@ -17,6 +18,9 @@ services:
# gfx1101 = RX 7800 XT / 7700 XT
# gfx1030 = RX 6950 / 6900 / 6800 系列
ARCH: gfx1201
# ---- 代理(国内必需)----
HTTP_PROXY: http://127.0.0.1:8118
HTTPS_PROXY: http://127.0.0.1:8118
container_name: mineru-rocm
stdin_open: true
tty: true