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 mcr.microsoft.com/planetary-computer/python:latest
COPY environment.yml /tmp/environment.yml
RUN mamba env update -n ${CONDA_ENV} -f /tmp/environment.yml
ENV EODAG_CFG_FILE=/eodag/eodag.yml
# RUN jupyter lab build
CMD ["jupyterhub-singleuser"]