aws / sagemaker-pytorch-training-toolkit

Toolkit for running PyTorch training scripts on SageMaker. Dockerfiles used for building SageMaker Pytorch Containers are at https://github.com/aws/deep-learning-containers.
Apache License 2.0
197 stars 87 forks source link

Pytorch 1.5 build issue #207

Closed dwang-sflscientific closed 4 years ago

dwang-sflscientific commented 4 years ago

Step 29/43 : COPY changehostname.c / COPY failed: stat /var/lib/docker/tmp/docker-builder982420481/changehostname.c: no such file or directory

where's changehostname.c? Didn't see it in root folder?

dwang-sflscientific commented 4 years ago

copy the files in ./docker/build_artifact to root dir solved the problem.

laurenyu commented 4 years ago

sorry about the outdated docs. we're in the process of migrating the Dockerfiles to https://github.com/aws/deep-learning-containers, which has up-to-date instructions on building the images