You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2020/02/27 09:05:37 UTC

[incubator-dlab] branch DLAB-625 updated: [DLAB-625] Fixed minor bug and updated jupyterlab version

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

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


The following commit(s) were added to refs/heads/DLAB-625 by this push:
     new 04399b8  [DLAB-625] Fixed minor bug and updated jupyterlab version
04399b8 is described below

commit 04399b82d9e66d5c7d87c8721ac41a41daa1e5dd
Author: Demyan Mysakovets <de...@gmail.com>
AuthorDate: Thu Feb 27 11:05:20 2020 +0200

    [DLAB-625] Fixed minor bug and updated jupyterlab version
---
 infrastructure-provisioning/src/general/conf/dlab.ini                 | 2 +-
 .../src/general/scripts/azure/jupyterlab_configure.py                 | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure-provisioning/src/general/conf/dlab.ini b/infrastructure-provisioning/src/general/conf/dlab.ini
index 9067abe..8e4cfa5 100644
--- a/infrastructure-provisioning/src/general/conf/dlab.ini
+++ b/infrastructure-provisioning/src/general/conf/dlab.ini
@@ -283,7 +283,7 @@ ivy_version = 2.4.0
 ### Matplotlib version
 matplotlib_version = 2.0.2
 ### JupyterLab image
-jupyterlab_image = legionplatformtest\\/jupyterlab:1.0.0-rc21
+jupyterlab_image = odahu\/base-notebook:1.1.0-rc8
 ### Superset version
 superset_version = 0.35.1
 
diff --git a/infrastructure-provisioning/src/general/scripts/azure/jupyterlab_configure.py b/infrastructure-provisioning/src/general/scripts/azure/jupyterlab_configure.py
index 4456eff..eaf8b75 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/jupyterlab_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/jupyterlab_configure.py
@@ -317,7 +317,7 @@ if __name__ == "__main__":
                  "--keyfile {} " \
                  "--os_user {} ". \
             format(instance_hostname,
-                   notebook_config['ssh_key_path'],
+                   keyfile_name,
                    notebook_config['dlab_ssh_user'])
         try:
             local("~/scripts/configure_proxy_for_docker.py {}".format(params))
@@ -338,7 +338,7 @@ if __name__ == "__main__":
                  "--keyfile {} " \
                  "--os_user {} ". \
             format(instance_hostname,
-                   notebook_config['ssh_key_path'],
+                   keyfile_name,
                    notebook_config['dlab_ssh_user'])
         try:
            local("~/scripts/jupyterlab_container_start.py {}".format(params))


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