This is odd because the screen grab point to CUDA 10.2 ...
Okay, I'll make sure we change the default image to the runtime flavor of nvidia/cuda
I have a set up an agent, on a GPU machine, and spun up the daemon in docker moder, and specifically specified a GPU that it will work with. The image is okay and I verified that by running docker run ... nvidia-smi and made sure it does have a valid output.
When I launch a task from an environment without GPU and use the task.execute_remotely to execute it on the agent, the agent pulls the task but the code does not run on the GPU (TensorFlow code). Could this be because the TF installed on the environment executing the line task.execute_remotely is the CPU version and therefor to replicate trains installs the same CPU variant instead of GPU? Or something else could be wrong here?
This is odd because the screen grab point to CUDA 10.2 ...
Okay, I'll make sure we change the default image to the runtime flavor of nvidia/cuda