marcoabreu commented on a change in pull request #9918: Update mkldnn to the 
newest & Add clang build test with mkldnn.
URL: https://github.com/apache/incubator-mxnet/pull/9918#discussion_r172128856
 
 

 ##########
 File path: tests/ci_build/Dockerfile.cpu_clang
 ##########
 @@ -19,3 +19,9 @@ RUN wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | 
apt-key add - && \
     apt-get install -y clang-3.9 clang-5.0 && \
     clang-3.9 --version && \
     clang-5.0 --version
+
+# Add MKLML library, compatiable with Ubuntu16.04
+RUN wget --no-check-certificate -O /tmp/mklml.tgz 
https://github.com/intel/mkl-dnn/releases/download/v0.12/mklml_lnx_2018.0.1.20171227.tgz
 
 Review comment:
   The filesystem is transparent in between the layers, but each execution of a 
docker container has their own view of the file system. There is no shared 
writeable filesystem as far as it concerns your usecase.
   
   I'm a bit confused by that error atm. Could you debug this problem a bit 
further (e.g. running ```ls -l``` inside the container at /install/ etc) and 
hit me up if you don't know how to continue?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to