From 898623ef8313f3f1d80a98453991f0a17de85c61 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:22:00 +0200 Subject: [PATCH] remove jupyterlab - as it is a personal image --- public/svgs/jupyterlab.svg | 90 ------------------------------- templates/compose/jupyterlab.yaml | 31 ----------- 2 files changed, 121 deletions(-) delete mode 100644 public/svgs/jupyterlab.svg delete mode 100644 templates/compose/jupyterlab.yaml diff --git a/public/svgs/jupyterlab.svg b/public/svgs/jupyterlab.svg deleted file mode 100644 index ab2550874..000000000 --- a/public/svgs/jupyterlab.svg +++ /dev/null @@ -1,90 +0,0 @@ - -Group.svg -Created using Figma 0.90 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/templates/compose/jupyterlab.yaml b/templates/compose/jupyterlab.yaml deleted file mode 100644 index 765e8cc06..000000000 --- a/templates/compose/jupyterlab.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# documentation: https://jupyterlab.readthedocs.io/en/latest/ -# slogan: JupyterLab Notebook with C++ (xeus-cling) and Javascript (Deno) Kernel -# tags: jupyter,notebook,python,cpp,deno,jupyterlab -# logo: svgs/jupyterlab.svg -# port: 8008 - -services: - jupyterlab: - image: yokowasis/jupyterlab - platform: linux/amd64 - expose: - - 8008 - environment: - - SERVICE_FQDN_JUPYTERLAB_8008 - - PORT=${PORT:-8008} - - TOKEN=${SERVICE_PASSWORD_TOKEN} - - CONDA_PACKAGES=${CONDA_PACKAGES:-pandas numpy matplotlib seaborn scikit-learn pytorch nltk openpyxl category_encoders scikit-learn tensorflow spacy} - - PIP_PACKAGES=${PIP_PACKAGES:-sastrawi} - volumes: - - jupyterlab-data:/home/mambauser/data - healthcheck: - test: - [ - "CMD", - "curl", - "-f", - "http://127.0.0.1:8008/login/", - ] - timeout: 5s - interval: 5s - retries: 5