ibcn-cloudlet / dianne

DIANNE - DIstributed Artificial Neural NEtworks
http://dianne.intec.ugent.be
GNU Affero General Public License v3.0
22 stars 8 forks source link

Added Dockerfile to compile and run DIANNE #5

Closed nicojanssens closed 8 years ago

nicojanssens commented 8 years ago

To build docker image, execute $docker build -t dianne . To launch docker container, execute $docker run -d -p 8080:8080 dianne mnist

After launching the container, you can open the WebUI via http://192.168.99.100:8080/dianne or http://192.168.99.100:8080/dianne/ui/dianne.html

tverbele commented 8 years ago

Thanks Nico! We are currently working on release 0.4.0 where the build system will switch from ant to gradle. We will also provide runnable .jar builds for DIANNE and host these on the web, so it would make more sense to use these inside the docker container. We will revisit the pull request once 0.4 is pushed which should happen in the coming weeks.