Docker NuPIC
Date: | 2014-10-10 9:38 |
---|---|
category: | Linux |
slug: | docker-nupic |
tags: | linux, arch, docker, nupic, ipython, python, notebook, nupic studio, X11, SSH, VNC, numenta, Dockerfile, image |
UPDATE Right now nupic is available at PyPi and can be simply installed by:
pip install nupic
I just set up a docker image that will provide an easy development environment for the NuPIC project. The image comes with the following:
- NuPIC
- NuPIC Studio
- iPython notebook
- Matplotlib
- MySQL server
The docker image is available at the docker hub here. And the Dockerfile is at github with all the instructions to use.