Learn how to use Docker with automatic GPU support on Thunder Compute instances. Run containers, manage images, and troubleshoot common Docker issues.
--runtime=nvidia
or --gpus=all
if you need GPU support, otherwise without.runc
runtime.
No need to add the —runtime flag in this case, runc
is set as the default runtime.docker: unexpected EOF
, try running the
command again. For more troubleshooting tips, see our troubleshooting
guide.nvidia
runtime with the thunder
runtime for all Docker containers.
The “thunder” runtime is identical to the nvidia runtime while injecting requirements needed for Thunder Compute GPU support.
/etc/docker/daemon.json
to disable the thunder
and nvidia
runtime overrides