I’m interested in creating a Docker image that can use the GPU for PyMC3. Currently, I am working on combining this image with the one listed in the PyMC3 github repository.
Does anyone have any suggestions or best practices? Advice regarding combinations of CUDA, CuDNN, and Theano/Theano-PyMC3/Aesara are especially appreciated!
IIRC, I think I did get it to work. I can’t share my entire Dockerfile but the hardest part was getting the right versions lined up. Here were the package versions and base image that I used.