Hi, I’m trying to import ROOT in a jupyter-notebook spawned by a Hub container.
I have on another container an installation of ROOT, is it possible to export the PYTHONPATH, LD_LIBRARY_PATH in order to make ROOT importable by the Hub container?
I was wondering if docker-compose could be a viable way.
Hello @oshadura, sorry for the delay, I’m using the rootproject/root container.
So far I have discovered that through the multistage build, it is possible to access different container and use features of them to construct docker images in a faster way.
Still I don’t know if two standalone containers are able to “see” eachother.
EDIT: note that if you just want a jupyter notebook with ROOT available it’s relatively simple to create an image that does that starting from the rootproject/root image. An example is here, it basically comes down to exposing the jupyter server to the host.