【发布时间】:2021-01-27 12:26:52
【问题描述】:
大家好,
任何人都知道是否可以从 github 中提取单个容器?我确实有这个链接https://github.com/aws/sagemaker-pytorch-training-toolkit,我想把容器拉到这个链接https://github.com/aws/sagemaker-pytorch-training-toolkit/tree/master/src/sagemaker_pytorch_container。
我确实尝试使用 build docker build -t https://github.com/abc/sagemaker-pytorch-training-toolkit.git 来构建一个文件的映像,但有一个 init.py 文件,我不确定它是否有必要。
谢谢
【问题讨论】:
标签: docker dockerfile pytorch docker-build