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 5fbc3ed Updated files for jupyter-gpu-conda(template 2)
5fbc3ed is described below
commit 5fbc3edc1bd8c09f4f2dcb7d634560bb9a74b628
Author: Marian_Hladun <[email protected]>
AuthorDate: Wed Mar 9 17:20:21 2022 +0200
Updated files for jupyter-gpu-conda(template 2)
---
infrastructure-provisioning/src/jupyter-gpu-conda/fabfile.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure-provisioning/src/jupyter-gpu-conda/fabfile.py
b/infrastructure-provisioning/src/jupyter-gpu-conda/fabfile.py
index cee6a85..cab62b9 100644
--- a/infrastructure-provisioning/src/jupyter-gpu-conda/fabfile.py
+++ b/infrastructure-provisioning/src/jupyter-gpu-conda/fabfile.py
@@ -54,7 +54,7 @@ def run(ctx):
try:
params = "--uuid {}".format(notebook_config['uuid'])
- subprocess.run("~/scripts/{}.py {}".format('jupyter-gpu_configure',
params), shell=True, check=True)
+ subprocess.run("~/scripts/{}.py
{}".format('jupyter-gpu-conda_configure', params), shell=True, check=True)
except Exception as err:
traceback.print_exc()
append_result("Failed configuring Notebook node.", str(err))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]