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_r224409081
##########
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'd prefer if the builds and CPU tests ran parallelized to reduce the
critical path
----------------------------------------------------------------
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