docker/docker-python/README.md
The docker-python directory can be used to release mxnet python docker images to dockerhub after any mxnet release.
It uses the appropriate pip binaries to build different docker images. Both python2 (default) and python3 images are available as -
And the following tags will be available without the version string in the image name (for Benchmarking and other use cases):
Refer: https://pypi.org/project/mxnet/
./build_python_dockerfile.sh <mxnet_version> <pip_tag> <path_to_cloned_mxnet_repo>
For example:
./build_python_dockerfile.sh 1.3.0 1.3.0.post0 ~/build-docker/mxnet
Dockerhub credentials will be required to push images at the end of this script. Credentials can be provided in the following ways:
The MXNet Python Docker images can be found here: https://hub.docker.com/r/mxnet/python/
Docker Pull Command: docker pull mxnet/python:<image_tag>
Get started: docker run -it mxnet/python:<image_tag> bash