The offical SimpleCV Docker repo
2.3K
This is running the latest version of master from the github repo.
To install it just run:
sudo docker pull sightmachine/simplecv
Then run:
sudo docker run -d -p 54717:8888 -t -i sightmachine/simplecv
This will start a docker instance, you can check it with:
sudo docker ps
Then in your browser just go to:
http://localhost:54717
It will show an ipython notebook. Start a new notebook, and run the following code:
from SimpleCV import *
disp = Display(displaytype='notebook')
img = Image('simplecv')
img.save(disp)
You should now see the simplecv image. Please note that Image.show() doesn't work as it's running within the container, nor will your camera work until we can figure out a work around.
Content type
Image
Digest
sha256:747628e84…
Size
447.9 MB
Last updated
almost 11 years ago
docker pull sightmachine/simplecv