Toolkit for running MXNet training scripts on SageMaker. Dockerfiles used for building SageMaker MXNet Containers are at https://github.com/aws/deep-learning-containers.
The build arg now requires 3.6 and 2.7 instead of the respective 2 and 3. As the base image we build from has that in the name and doing if statement conditionals within the Dockerfile can't fulfill that purpose.
I've removed some of the arguments that existed in the 1.3.0 Dockerfile.
The build arg now requires 3.6 and 2.7 instead of the respective 2 and 3. As the base image we build from has that in the name and doing if statement conditionals within the Dockerfile can't fulfill that purpose.
I've removed some of the arguments that existed in the 1.3.0 Dockerfile.
I've added a few TODOs, as names and such are subject to change for the official release.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.