You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by lx...@apache.org on 2017/07/07 15:58:33 UTC

[20/50] [abbrv] incubator-mxnet-test git commit: update mklml path in jenkins docker (#6876)

update mklml path in jenkins docker (#6876)



Project: http://git-wip-us.apache.org/repos/asf/incubator-mxnet-test/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mxnet-test/commit/aec0460b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mxnet-test/tree/aec0460b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mxnet-test/diff/aec0460b

Branch: refs/heads/master
Commit: aec0460b036136f68edd17fa939a210e4eac2278
Parents: 8c81ee4
Author: Mu Li <mu...@cs.cmu.edu>
Authored: Thu Jun 29 12:14:44 2017 -0700
Committer: Eric Junyuan Xie <pi...@users.noreply.github.com>
Committed: Thu Jun 29 12:14:44 2017 -0700

----------------------------------------------------------------------
 tests/ci_build/Dockerfile.mklml_gpu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mxnet-test/blob/aec0460b/tests/ci_build/Dockerfile.mklml_gpu
----------------------------------------------------------------------
diff --git a/tests/ci_build/Dockerfile.mklml_gpu b/tests/ci_build/Dockerfile.mklml_gpu
index eb48826..1c29ca3 100644
--- a/tests/ci_build/Dockerfile.mklml_gpu
+++ b/tests/ci_build/Dockerfile.mklml_gpu
@@ -9,7 +9,7 @@ RUN /install/ubuntu_install_python.sh
 COPY install/ubuntu_install_scala.sh /install/
 RUN /install/ubuntu_install_scala.sh
 
-RUN wget --no-check-certificate -O /tmp/mklml.tgz https://github.com/dmlc/web-data/raw/master/mxnet/mklml-release/mklml_lnx_2017.0.2.20170209.tgz
+RUN wget --no-check-certificate -O /tmp/mklml.tgz https://github.com/01org/mkl-dnn/releases/download/v0.7/mklml_lnx_2018.0.20170425.tgz
 RUN tar -zxvf /tmp/mklml.tgz && cp -rf mklml_*/* /usr/local/ && rm -rf mklml_*
 
 ENV LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib