Skip to content
Snippets Groups Projects
Commit d065d8e5 authored by ale's avatar ale
Browse files

Add jupyterhub-idle-culler

parent de016176
No related branches found
No related tags found
No related merge requests found
Pipeline #90396 passed
......@@ -10,7 +10,7 @@ RUN cd /src \
&& pip wheel -w wheels -e .
FROM quay.io/jupyterhub/jupyterhub:5
RUN pip install --no-cache-dir dockerspawner
RUN pip install --no-cache-dir dockerspawner jupyterhub-idle-culler
RUN apt-get -q update \
&& env DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends podman \
&& rm -fr /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment