marcoabreu commented on a change in pull request #8960: [Do not merge] Move to 
new CI
URL: https://github.com/apache/incubator-mxnet/pull/8960#discussion_r155163237
 
 

 ##########
 File path: tests/ci_build/Dockerfile.build_cuda
 ##########
 @@ -0,0 +1,27 @@
+FROM nvidia/cuda:8.0-cudnn5-devel
+# cuda8.0 has to be used because this is the first ubuntu16.04 container
+# which is required due to OpenBLAS being incompatible with ubuntu14.04
+# the reason we used a gpu base container because we are going to test MKLDNN
+# operator implementation against GPU implementation
+# This is a hybrid Dockerfile, able to run on CPU and GPU 
+
+COPY install/ubuntu_install_core.sh /install/
+RUN /install/ubuntu_install_core.sh
+COPY install/ubuntu_install_python.sh /install/
+RUN /install/ubuntu_install_python.sh
+COPY install/ubuntu_install_scala.sh /install/
+RUN /install/ubuntu_install_scala.sh
+COPY install/ubuntu_install_r.sh /install/
+RUN /install/ubuntu_install_r.sh
+COPY install/ubuntu_install_perl.sh /install/
 
 Review comment:
   That's the standard way to execute shell-scripts inside docker. What would 
you propose?

----------------------------------------------------------------
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

Reply via email to