HuwCampbell / grenade

Deep Learning in Haskell
BSD 2-Clause "Simplified" License
1.44k stars 84 forks source link

Docker image with Grenade built inside #86

Open leopiney opened 5 years ago

leopiney commented 5 years ago

It took me a while to success on building Grenade on my machine, so I ended up creating a Docker image with all the steps for building Grenade from scratch.

I uploaded the image to Docker Hub: https://cloud.docker.com/repository/docker/leopiney/grenade

I don't mean this PR to be merged to master, but it might be useful for someone who wants to try grenade and skip the building process 😛

Just type docker run --interactive leopiney/grenade and you'll be running grenade with stack ghci

Related #77 #36 #27

erikd commented 5 years ago

You say you don't mean for this to be merged to master, but why not update the README.md with some instructions to build it with docker?

leopiney commented 5 years ago

Well, actually that makes much more sense! I'll work on that 👍