You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/06/01 07:31:32 UTC

[incubator-dlab] 01/02: [DLAB-1810]: changed cntk version

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DLAB-1810
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit a355d9c805bc0749d4783c2e6558cbd9905fb43c
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Jun 1 10:24:12 2020 +0300

    [DLAB-1810]: changed cntk version
---
 infrastructure-provisioning/src/general/conf/dlab.ini                 | 2 +-
 infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/src/general/conf/dlab.ini b/infrastructure-provisioning/src/general/conf/dlab.ini
index df7a781..796d943 100644
--- a/infrastructure-provisioning/src/general/conf/dlab.ini
+++ b/infrastructure-provisioning/src/general/conf/dlab.ini
@@ -258,7 +258,7 @@ pytorch_branch = release/1.5
 cmake_version = 3.15.5
 ### CNTK library version for DeepLearning notebook
 ### All releases 2.4+ officially only support Ubuntu 16.04.
-cntk_version = 2.3.1
+cntk_version = 2.7.0
 ### MXNet library version for DeepLearning notebook
 mxnet_version = 1.3.1
 ### Keras library version for Tensor/DeepLearning notebook
diff --git a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
index 1cfb4ac..7a876c2 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
@@ -469,7 +469,7 @@ def install_caffe2(os_user, caffe2_version, cmake_version):
 def install_cntk(os_user, cntk_version):
     if not exists('/home/{}/.ensure_dir/cntk_ensured'.format(os_user)):
         sudo('pip2 install https://cntk.ai/PythonWheel/GPU/cntk-{}-cp27-cp27mu-linux_x86_64.whl --no-cache-dir'.format(cntk_version))
-        sudo('pip3 install https://cntk.ai/PythonWheel/GPU/cntk-{}-cp35-cp35m-linux_x86_64.whl --no-cache-dir'.format(cntk_version))
+        sudo('pip3 install https://cntk.ai/PythonWheel/GPU/cntk-{}-cp36-cp36m-linux_x86_64.whl --no-cache-dir'.format(cntk_version))
         sudo('touch /home/{}/.ensure_dir/cntk_ensured'.format(os_user))
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org