eladkal commented on issue #9492:
URL: https://github.com/apache/airflow/issues/9492#issuecomment-1073309196


   According to 
https://github.com/docker/docker-py/issues/2395#issuecomment-907243275
   
   ```
   device_requests=[
       docker.types.DeviceRequest(count=-1, capabilities=[['gpu']])
   ]
   ```
       
   Is a working solution - since no better way provided by upstream lib this is 
what we can support. Sohttps://github.com/apache/airflow/pull/21974 will solve 
this issue.
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to