-
Notifications
You must be signed in to change notification settings - Fork 663
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
Make it clear in the documentation that the full docker path needs to be specified, not the relative path #220
Comments
Thanks for posting @kurniawano ! Could you confirm that the folder
Could you try that and confirm you still see the same error ? |
Yes, absolutely ! |
@emdupre It works when I give the full absolute path. Thanks! |
@choldgraf do you want me to keep this open until we look into @fperez 's problem ? Or should we open another issue ? |
@emdupre perhaps we can change this issue into "make it clear in the documentation that the full path needs to be specified, not the relative path", and then we can create another issue to improve these instructions? I'm starting to think we'd all save ourselves more time in the long run by just figuring out how to get the website built with Hugo instead of Jekyll, even though it'd be more work in the short-run :-P |
I tried to follow the steps in: https://jupyter.org/jupyter-book/guide/03_build
I created the book using:
$ jupyter-book create mybookname --demo
The building of the book was fine. But when I tried to run using docker, it gives me the following error:
$ docker run --rm --security-opt label:disable -v mybookname:/srv/jekyll -p 4000:4000 -it -u 1000:1000 emdupre/jupyter-book bundle exec jekyll server --host 0.0.0.0
I am using MacOS X.
It seems it has something with github metadata. But I tried to build this locally. I attached the Gemfile and Gemfile.lock here.
Archive.zip
The text was updated successfully, but these errors were encountered: