You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hi, I'm trying to configure using Pangeo notebook to work with Dask. I've installed daskhub helm chart, but when I launch environment, Jupyterhub always throw error "Spawn failed: Server at http://xx.x.xx.xx:8888/user/user-1/ didn't respond in 120 seconds". I've figured out that this is due to Jupyter server not being launched when pod is started.
To Reproduce
Below is configuration for this singleuser profile. As I see pangeo base image has ENTRYPOINT /srv/start an CMD is commented out. I tried passing various cmd options("jupyter --ip 0.0.0.0", "jupyterhub-singleuser --ip=0.0.0.0 --port=8888") via kubespawner, but it doesn't work.
Also in case it's helpful, these images are used by 2i2c-operated hubs and they have open source infrastructure configuration that may help you out https://github.com/2i2c-org/infrastructure
Describe the bug
Hi, I'm trying to configure using Pangeo notebook to work with Dask. I've installed daskhub helm chart, but when I launch environment, Jupyterhub always throw error "Spawn failed: Server at http://xx.x.xx.xx:8888/user/user-1/ didn't respond in 120 seconds". I've figured out that this is due to Jupyter server not being launched when pod is started.
To Reproduce
Below is configuration for this singleuser profile. As I see pangeo base image has ENTRYPOINT /srv/start an CMD is commented out. I tried passing various cmd options("jupyter --ip 0.0.0.0", "jupyterhub-singleuser --ip=0.0.0.0 --port=8888") via kubespawner, but it doesn't work.
Expected behavior
Jupyter server would start in the pod when using pangeo-notebook image
Docker Image Version (e.g. quay.io/pangeo/ml-notebook:2023.02.27):
pangeo/pangeo-notebook:2024.03.30
Infrastructure (Where you are running this image):
JupyterHub on EKS in AWS Cloud
The text was updated successfully, but these errors were encountered: