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