Should i able to launch a pod using nvidia/cuda docker images?
I am trying to start a pod using nvidia/cuda:12.6.0-cudnn-runtime-ubuntu24.04 (to get both cuda and cudnn).
I'm not an a docker expert, but should that work?
The pod appears to start, but the licensing message keeps looping in the logs, and i can't SSH into the pod?
Any ideas? thx.
Solution:Jump to solution
No, you need to setup it yourself, and add a sleep infinity or a program that's running in the main thread, to make sure the container isn't looping start/stop
2 Replies