update
This commit is contained in:
@@ -6,10 +6,10 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.colossalai
|
dockerfile: Dockerfile.colossalai
|
||||||
args: # PyTorch版本、Python版本与pytorch_lightning版本的对应关系表 https://blog.csdn.net/qq_41813454/article/details/137421822
|
args: # PyTorch版本、Python版本与pytorch_lightning版本的对应关系表 https://blog.csdn.net/qq_41813454/article/details/137421822
|
||||||
REGISTRY: "nvcr.io"
|
# REGISTRY: "nvcr.io"
|
||||||
OWNER: "nvidia" # nvcr.io/nvidia/pytorch:24.07-py3
|
# OWNER: "nvidia" # nvcr.io/nvidia/pytorch:24.07-py3
|
||||||
LABEL: "pytorch"
|
# LABEL: "pytorch"
|
||||||
VERSION: "24.07-py3"
|
# VERSION: "24.07-py3"
|
||||||
# HTTP_PROXY: "http://127.0.0.1:15777"
|
# HTTP_PROXY: "http://127.0.0.1:15777"
|
||||||
# HTTPS_PROXY: "http://127.0.0.1:15777"
|
# HTTPS_PROXY: "http://127.0.0.1:15777"
|
||||||
CACHEBUST: 1
|
CACHEBUST: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user