From 9a95f17155717811aaf6394376771aaed1b06989 Mon Sep 17 00:00:00 2001 From: KeesGeerligs <166137421+KeesGeerligs@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:14:50 +0100 Subject: [PATCH] id overlap fix --- templates/Pytorch-jupyter-notebook/info.json | 2 +- templates/Tensorflow-jupyter-notebook/info.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Pytorch-jupyter-notebook/info.json b/templates/Pytorch-jupyter-notebook/info.json index 82bbaa5..5166cf6 100644 --- a/templates/Pytorch-jupyter-notebook/info.json +++ b/templates/Pytorch-jupyter-notebook/info.json @@ -1,5 +1,5 @@ { - "id": "jupyter-notebook", + "id": "jupyter-notebook-pytorch", "name": "Jupyter Notebook", "description": "Jupyter Notebook Service", "category": ["GPU", "Featured", "Service"], diff --git a/templates/Tensorflow-jupyter-notebook/info.json b/templates/Tensorflow-jupyter-notebook/info.json index 82bbaa5..40cfd88 100644 --- a/templates/Tensorflow-jupyter-notebook/info.json +++ b/templates/Tensorflow-jupyter-notebook/info.json @@ -1,5 +1,5 @@ { - "id": "jupyter-notebook", + "id": "jupyter-notebook-tensorflow", "name": "Jupyter Notebook", "description": "Jupyter Notebook Service", "category": ["GPU", "Featured", "Service"],