En prévision de l'arrivée de la forge institutionnelle INRAE, nous vous invitons à créer vos nouveaux projets sur la forge MIA.
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"]