and then run "clearml-agent daemon --gpus 0 --queue gcp-l4" to start the worker.
I'm assuming the docker service cannot spin a container with GPU access, usually this means you are missing the nvidia docker runtime component
Hello. It'd be really helpful if someone could let me know why I keep getting "MisconfigurationException('No supported gpu backend found!')" error.
I am using "task.execute_remotely(queue_name="default", exit_process=True)". Once it gets queued, I clone it, enqueue it with queue "gcp-l4" selected, and then run "clearml-agent daemon --gpus 0 --queue gcp-l4" to start the worker.
and then run "clearml-agent daemon --gpus 0 --queue gcp-l4" to start the worker.
I'm assuming the docker service cannot spin a container with GPU access, usually this means you are missing the nvidia docker runtime component