La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous invitons à y créer vos nouveaux projets.
Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
FROM rocker/binder:4.2.1
ARG JUPYTERHUB_VERSION=3.0.0
USER root
RUN pip3 install --no-cache \
jupyterhub==$JUPYTERHUB_VERSION
USER ${NB_USER}
WORKDIR /home/${NB_USER}
CMD ["jupyterhub-singleuser"]