marcoabreu commented on a change in pull request #12791: [MXNET-1093] Add
python3 Docker images for each MXNet release
URL: https://github.com/apache/incubator-mxnet/pull/12791#discussion_r224476519
##########
File path: docker/docker-python/build_python_dockerfile.sh
##########
@@ -117,10 +131,40 @@ docker_build_image "${mxnet_version}_gpu_cu92_mkl"
"Dockerfile.mxnet.python.gpu.
docker_test_image_gpu "${mxnet_version}_gpu_cu92_mkl"
+
+# Build and Test Python3 dockerfiles - CPU
+docker_build_image "${mxnet_version}_cpu_python3"
"Dockerfile.mxnet.python3.cpu"
Review comment:
I built 15 images for our docker cache in parallel on my laptop and didn't
encounter any problems. I don't think it will be an issue. Also, this script is
targeted for CD execution - individual compilation could be an additional mode,
but we should optimise for maximum resource utilization here IMO
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services