Creating Training Docker Image

Steps on creating training docker container.

You can check out the sample repository to create docker images: https://github.com/aws/deep-learning-containers

NetBook uses these docker images as base to creating your training environment. So, we suggest not to add any CMD in your images as they get replaced by our CMDs

If your docker has an entry point command, it gets automatically replaced with NetBook's entrypoint command

Last updated