Closed Mokyyds closed 3 years ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
The container keeps restarting after the error is reported
Hi! The jupyterhub/jupyterhub
Docker image doesn't include DockerSpawner
, you'll need to use a different image or build your own.
If you need more help please post on the Jupyter Community Forum. Thanks!
Hi there @BitPeaches :wave:!
I closed this issue because it was labelled as a support question.
Please help us organize discussion by posting this on the http://discourse.jupyter.org/ forum.
Our goal is to sustain a positive experience for both users and developers. We use GitHub issues for specific discussions related to changing a repository's content, and let the forum be where we can more generally help and inspire each other.
Thanks you for being an active member of our community! :heart:
Hi! The
jupyterhub/jupyterhub
Docker image doesn't includeDockerSpawner
, you'll need to use a different image or build your own.If you need more help please post on the Jupyter Community Forum. Thanks!
Thank you for your reply. Does the official image have "DockerSpawner"? I think the repository is also used "jupyterhub/jupyterhub", how do I need to install the customization? Is there a manual to help me build JupyterHub based on Docker. thanks
Please help me, I want to deploy JupyterHub in Docker, and I get an error when starting: Bad config encountered during initialization:
The'spawner_class' trait of <jupyterhub.app.JupyterHub object at 0x7f1437bfab80> instance must be a type, but'dockerspawner.DockerSpawner' could not be imported
My docker-compose.yaml file:My jupyterhub_config.py file:
I don't know what else needs to be done, I just executed
docker-compose up
and this error occurred. Please help me, thanks!