From b977bf05b7a4b790a2c2c6f6f05183b07c94a81f Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Thu, 19 Dec 2024 20:03:27 +0200 Subject: [PATCH] Use released version --- helm-charts/images/hub/Dockerfile | 3 --- helm-charts/images/hub/requirements.txt | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/helm-charts/images/hub/Dockerfile b/helm-charts/images/hub/Dockerfile index faa14146b..4b7551988 100644 --- a/helm-charts/images/hub/Dockerfile +++ b/helm-charts/images/hub/Dockerfile @@ -22,9 +22,6 @@ COPY ${REQUIREMENTS_FILE} /tmp/ USER root -RUN apt update > /dev/null && \ - apt install --yes nodejs npm >/dev/null - RUN pip install -r /tmp/${REQUIREMENTS_FILE} RUN mkdir -p /usr/local/etc/jupyterhub-configurator diff --git a/helm-charts/images/hub/requirements.txt b/helm-charts/images/hub/requirements.txt index 5301ba520..e4c051565 100644 --- a/helm-charts/images/hub/requirements.txt +++ b/helm-charts/images/hub/requirements.txt @@ -9,5 +9,4 @@ # git+https://github.com/yuvipanda/jupyterhub-configurator@backported-jh41-compatibility -# Brings in https://github.com/2i2c-org/jupyterhub-fancy-profiles/pull/72 -git+https://github.com/2i2c-org/jupyterhub-fancy-profiles@main \ No newline at end of file +jupyterhub-fancy-profiles==0.4.0 \ No newline at end of file