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


The following commit(s) were added to refs/heads/DLAB-1810 by this push:
     new 3437ed2  [DLAB-1810]: changed mxnet version
3437ed2 is described below

commit 3437ed2769c83e68a7a1f6d90618ced6182921b7
Author: leonidfrolov <frolovl...@gmail.com>
AuthorDate: Mon Jun 1 10:47:56 2020 +0300

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

diff --git a/infrastructure-provisioning/src/general/conf/dlab.ini 
b/infrastructure-provisioning/src/general/conf/dlab.ini
index cfc4741..157955d 100644
--- a/infrastructure-provisioning/src/general/conf/dlab.ini
+++ b/infrastructure-provisioning/src/general/conf/dlab.ini
@@ -261,8 +261,8 @@ cmake_version = 3.15.5
 cntk2_version = 2.3.1
 ### CNTK library version for DeepLearning notebook for python3
 cntk_version = 2.7
-### MXNet library version for DeepLearning notebook
-mxnet_version = 1.3.1
+### MXNet library version for DeepLearning notebook for python
+mxnet_version = 1.6.0
 ### Keras library version for Tensor/DeepLearning notebook
 keras_version = 2.1.6
 ### Theano 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 2aa7877..5dc66b9 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
@@ -489,8 +489,8 @@ def install_theano(os_user, theano_version):
 
 def install_mxnet(os_user, mxnet_version):
     if not exists('/home/{}/.ensure_dir/mxnet_ensured'.format(os_user)):
-        sudo('pip2 install mxnet-cu80=={} opencv-python 
--no-cache-dir'.format(mxnet_version))
-        sudo('pip3 install mxnet-cu80=={} opencv-python 
--no-cache-dir'.format(mxnet_version))
+        sudo('pip2 install mxnet-cu101=={} opencv-python 
--no-cache-dir'.format(mxnet_version))
+        sudo('pip3 install mxnet-cu101=={} opencv-python 
--no-cache-dir'.format(mxnet_version))
         sudo('touch /home/{}/.ensure_dir/mxnet_ensured'.format(os_user))
 
 


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

Reply via email to