-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfile #45
Comments
Thanks Rafik for opening the issue. I think tljh-repo2docker/tljh_repo2docker/__init__.py Line 182 in 35e7e94
Similar to the plasma config here: https://github.com/plasmabio/plasma/blob/7883a6a1266b69ab49f353bdf9974be408bf0709/tljh-plasma/tljh_plasma/__init__.py#L123 If it's a custom Docker image with a custom |
Hi Jeremy, In then I have to install jupyterhub in the sytem ? Or by docker ? This is not going to affect the actual setup ? |
In the Docker image (user environment). Normally a custom Linking to the Binderhub documentation which might provide more information: https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html |
It should only affect the user environment built with the custom |
I had the same issue, any image I wanted to start just timed out after 30s just like you. I added these 2 lines into my jupyterhub_config.py, restarted jupyterhub and images now load and run flawlesly
|
@Grindayzer mind sharing a sample Looks like the change by @TimoRoth in #48 might fix this issue, as labels would then be handled natively by |
Closing as this should now be fixed by #48. And can be tested with the following template: https://github.com/plasmabio/template-dockerfile. This template adds the Feel free to reopen or open a new one if you are still experiencing issues. Thanks! |
Hi,
I am trying to run an envrionment with a dockerfile based on the image
jupyterhub/singleuser
After adding the lines at the beginning of the dockerfile, after FROM ...
the environment appears in the main table
But when I try to spawn the environment, I have this issue
with his log
[FATAL tini (6)] exec /srv/conda/envs/notebook/bin/jupyterhub-singleuser failed: No such file or directory
Please how I can resolve this ?
Thank you,
Rafik
The text was updated successfully, but these errors were encountered: