openalea / openalea.rtfd.io

OpenAlea main documentation site
https://openalea.readthedocs.io/en/latest
5 stars 7 forks source link

Containers building strategy #19

Open thomasarsouze opened 2 years ago

thomasarsouze commented 2 years ago

Rational

pradal commented 2 years ago

Inspiration can be the Jupyter strategy: https://github.com/jupyter/docker-stacks

Providing a stack of Docker images to ease the writing of a new one.

thomasarsouze commented 2 years ago

Another inspiration (although similar spirit) can be found on the Pangeo project:

https://github.com/pangeo-data/pangeo-docker-images

It provides a stack of docker images with different sets of python libraries included. A modification of the requirement.txt file launches the build of new updated images.