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

[incubator-dlab] branch DLAB-1068 created (now 26a4375)

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

adamsd pushed a change to branch DLAB-1068
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at 26a4375  [DLAB-1068] Fixed Deep Learning creation.

This branch includes the following new commits:

     new 26a4375  [DLAB-1068] Fixed Deep Learning creation.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-dlab] 01/01: [DLAB-1068] Fixed Deep Learning creation.

Posted by ad...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 26a4375232c361fbabe253e1bbf63b44e6a78d1e
Author: AdamsDisturber <ad...@gmail.com>
AuthorDate: Mon Sep 2 11:05:22 2019 +0300

    [DLAB-1068] Fixed Deep Learning creation.
---
 .../src/general/scripts/gcp/deeplearning_configure.py                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py
index 62594b7..d3fd137 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py
@@ -138,7 +138,7 @@ if __name__ == "__main__":
                  "--os_user {} --jupyter_version {} " \
                  "--scala_version {} --spark_version {} " \
                  "--hadoop_version {} --region {} " \
-                 "--r_mirror {} --exploratory_name {} --edge_ip" \
+                 "--r_mirror {} --exploratory_name {} --edge_ip {}" \
                  .format(instance_hostname, notebook_config['ssh_key_path'], notebook_config['dlab_ssh_user'],
                          os.environ['notebook_jupyter_version'], os.environ['notebook_scala_version'],
                          os.environ['notebook_spark_version'], os.environ['notebook_hadoop_version'],


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