You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by mh...@apache.org on 2022/02/28 13:26:19 UTC

[incubator-datalab] branch gcp-jupyter-highgpu-template-1 updated: Docker images

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 9126db2  Docker images
9126db2 is described below

commit 9126db2e6ed8c7efb615cb4e44d8fc4d9fe6fcb7
Author: Marian_Hladun <ma...@gmail.com>
AuthorDate: Mon Feb 28 15:20:41 2022 +0200

    Docker images
---
 infrastructure-provisioning/src/ssn/scripts/docker_build.py | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/docker_build.py b/infrastructure-provisioning/src/ssn/scripts/docker_build.py
index f0ddafe..ac23a2c 100644
--- a/infrastructure-provisioning/src/ssn/scripts/docker_build.py
+++ b/infrastructure-provisioning/src/ssn/scripts/docker_build.py
@@ -35,15 +35,16 @@ if sys.argv[1] == 'all':
         'edge',
         'project',
         'jupyter',
+        'jupyter-gpu',
         'jupyterlab',
         'rstudio',
         'zeppelin',
-            'tensor',
-            'tensor-rstudio',
-            'deeplearning',
-            'dataengine',
-            'dataengine-service',
-            'superset'
+        'tensor',
+        'tensor-rstudio',
+        'deeplearning',
+        'dataengine',
+        'dataengine-service',
+        'superset'
             ]
 else:
     node = sys.argv[1:]

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