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