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
{{ message }}
This repository has been archived by the owner on Feb 4, 2018. It is now read-only.
I was trying to fix the password problem and I naively put RUN jupyter notebook --NotebookApp.token='' (as suggested by @lgpage on gitter) in my Dockerfile. Now my build has a running jupyter notebook server and won't finish, shutdown or restart: http://mybinder.org/status/pinga-lab/nmo-tutorial
When I click on rebuild I get the following in the log:
starting build for URL: https://github.com/pinga-lab/nmo-tutorial
already building pinga-lab-nmo-tutorial -- not rebuilding
I tried pushing new code and then triggering a rebuild but with no success.
Is there any way to tell binder to abort the build?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was trying to fix the password problem and I naively put
RUN jupyter notebook --NotebookApp.token=''
(as suggested by @lgpage on gitter) in my Dockerfile. Now my build has a running jupyter notebook server and won't finish, shutdown or restart: http://mybinder.org/status/pinga-lab/nmo-tutorialWhen I click on rebuild I get the following in the log:
I tried pushing new code and then triggering a rebuild but with no success.
Is there any way to tell binder to abort the build?
The text was updated successfully, but these errors were encountered: