Skip to content
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

pull access denied for opencog/jupyter #135

Closed
austineinstein opened this issue Aug 4, 2018 · 3 comments
Closed

pull access denied for opencog/jupyter #135

austineinstein opened this issue Aug 4, 2018 · 3 comments

Comments

@austineinstein
Copy link

Hi,

Please in trying to run jupyter kernels with opencog. I find that the notebooks directory does not exist -> $OPENCOG_NOTEBOOKS:/opencog/notebooks

So I get this errors in trying to pull
screen shot 2018-08-04 at 04 24 01

screen shot 2018-08-04 at 04 29 37

@Eskender-B
Copy link
Contributor

Eskender-B commented Aug 4, 2018

Did you follow all the steps outlined here

  • clone repo
  • cd into opencog directory
  • Then you need to build the docker images via ./docker-build -j
  • Create notebook directory somewhere and specify the location by adding export OPENCOG_NOTEBOOKS=$HOME/path/to/opencog_notebooks in your .bashrc file

All the steps are listed in the readme link provided above.

@Eskender-B
Copy link
Contributor

Before building jupyter image via ./docker-build -j, you may need to build opencog images first via ./docker-build -a. Jupyter image depends on opencog image.

@austineinstein
Copy link
Author

Rebuilding by running ./docker-build -j and adding this path export OPENCOG_NOTEBOOKS=$HOME/path/to/opencog/tools/jupyter_notebook fixed it.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants