AlessioM commented on pull request #13541: URL: https://github.com/apache/airflow/pull/13541#issuecomment-756386424
this will propably only work if the scheduler is running directly (i.e. not in a docker container itself) on the machine which will execute the tasks (because the device request call is executed from the scheduler and hence "sees" only the local devices) it might be possible to run the scheduler in a docker container using `--gpus=all` and making it thus "see" the same devices as the host, but I haven't tested that yet ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
