You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cortex local currently relies on setting up a docker runtime with nvidia-docker2 to access gpus. This method is deprecated as of Docker version 19.03. For Docker versions >= 19.03, GPUs should be accessible via --gpus all flag after installing nvidia-container-toolkit https://github.com/NVIDIA/nvidia-docker#quickstart.
If it is possible, support both ways of exposing GPUs to Cortex local.