Is possible create Docker image for acelerate? #487
|
I am having trouble installing accelerate and I believe it would be easy to create an image for anyone facing the same problem. |
Replies: 3 comments
|
What trouble are you having with the installation? For the GPU functionality, we'd need to use nvidia-docker, but yes it doesn't necessarily seem very hard to make a Docker image for Accelerate. How would you imagine to develop with it? Would you shell into a running container and do your development there? Or would your build process re-build and re-start the image to run your application? The second way would require some serious amount of caching. |
|
Automated docker builds (using nvidia-docker) are located here: https://hub.docker.com/r/tmcdonell/accelerate-llvm (linked from the README) Please let me know how they work out for you and how you use them for development etc. I've never heard from people using them so they don't get much maintenance time. |
|
Wow cool! |
Automated docker builds (using nvidia-docker) are located here: https://hub.docker.com/r/tmcdonell/accelerate-llvm (linked from the README)
Please let me know how they work out for you and how you use them for development etc. I've never heard from people using them so they don't get much maintenance time.