Hi,
I’m attempting to run a DM Jupyter notebook under docker/podman.
I’ve found the instructions at Running DM Jupyter Notebooks locally, but I’m afraid I need more hand-holding.
On CentOS 8.2, I can successfully run
podman run -p8888:8888 docker.io/jupyter/minimal-notebook
to start a minimal jupyter notebook that I can connect to in my browser.
When I try a similar thing with sciplat-lab:
podman run -p 8888:8888 docker.io/lsstsqre/sciplat-lab:r20_0_0_rc1 /opt/lsst/software/stack/conda/miniconda3-4.7.12/envs/lsst-scipipe-1a1d771/bin/jupyter notebook
when I attempt to browse it I get “The connection to the server was reset while the page was loading.”. I get a similar problem with r19_0_0.
Thanks for any help with this…