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

mhladun pushed a commit to branch gcp-jupyter-highgpu-template-1
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/gcp-jupyter-highgpu-template-1 
by this push:
     new 8293962  Updated files for jupyter-gpu-conda(template 2)
8293962 is described below

commit 8293962658b31af8a6b40f8fe1d2a266ddad1d5f
Author: Marian_Hladun <[email protected]>
AuthorDate: Wed Mar 9 18:01:34 2022 +0200

    Updated files for jupyter-gpu-conda(template 2)
---
 .../src/general/scripts/gcp/jupyter-gpu-conda_configure.py              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/gcp/jupyter-gpu-conda_configure.py
 
b/infrastructure-provisioning/src/general/scripts/gcp/jupyter-gpu-conda_configure.py
index 2f1c6f1..fec7583 100644
--- 
a/infrastructure-provisioning/src/general/scripts/gcp/jupyter-gpu-conda_configure.py
+++ 
b/infrastructure-provisioning/src/general/scripts/gcp/jupyter-gpu-conda_configure.py
@@ -165,7 +165,7 @@ if __name__ == "__main__":
                    os.environ['notebook_scala_version'],
                    notebook_config['exploratory_name'], 
edge_instance_private_ip)
         try:
-            subprocess.run("~/scripts/{}.py 
{}".format('configure_jupyter-gpu_node', params), shell=True, check=True)
+            subprocess.run("~/scripts/{}.py 
{}".format('configure_jupyter-gpu-conda_node', params), shell=True, check=True)
         except:
             traceback.print_exc()
             raise Exception

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to