Sign inSign up

mhatta/opencog-be

By mhatta

Updated over 2 years ago

OpenCog Bleeding Edge

Image
0

137

mhatta/opencog-be repository overview

The (almost) complete, latest OpenCog suite on Debian sid amd64.

How to get & basic use

On the host,

$ mkdir ~/workspace
$ docker pull mhatta/opencog-be:latest
$ docker run -p 8888:8888 -i -t -d --name="opencog-be" -v ~/workspace:/home/workspace mhatta/opencog-be:latest /bin/bash
$ docker attach opencog-be

Then you can log in the container and do whatever you want with OpenCog. ~/workspace on the host will be mounted as /home/workspace inside the container.

How to use with Jupyter Notebook

Inside container,

# cd /home/workspace
# jupyter notebook --ip 0.0.0.0 --no-browser --allow-root

Then copy the token.

On the host, browse https://localhost:8888/?token=xxxx using the token you copied.

Then you can create new, Python3 / Guile notebooks. Python3 notebook works well, Guile one is a bit shaky and might not work at the moment.

Tag summary

Content type

Image

Digest

sha256:856ea68ea

Size

514.5 MB

Last updated

over 2 years ago

docker pull mhatta/opencog-be