Does pod has CUDA toolkit installed in host system?
I wonder if it's installed and might be shared with Docker system?
Full toolkit takes 10GB+ of space, so its a waste to include it into Docker image, however some libraries and python modules do need it, so I just thought that if its available in host system, maybe you can mount and symlink it into the container?
0 Replies