This is an automated email from the ASF dual-hosted git repository. dmysakovets pushed a commit to branch DLAB-1299 in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
commit 6c7e1f73fe1aa693fe470dae545dc62e15b79f54 Author: Demyan Mysakovets <[email protected]> AuthorDate: Mon Nov 25 15:20:30 2019 +0200 [DLAB-1299] Fixed Jupyterlab creation --- infrastructure-provisioning/src/general/conf/dlab.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-provisioning/src/general/conf/dlab.ini b/infrastructure-provisioning/src/general/conf/dlab.ini index 44e6dad..94a974c 100644 --- a/infrastructure-provisioning/src/general/conf/dlab.ini +++ b/infrastructure-provisioning/src/general/conf/dlab.ini @@ -274,7 +274,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 = legionplatformtest\\/jupyterlab:1.0.0-rc21 #--- [emr] section contains all parameters that are using for emr provisioning ---# [emr] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
