You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/20 18:45:53 UTC

[GitHub] [airflow] eladkal edited a comment on issue #9492: DockerOperator support for Nvidia-Docker

eladkal edited a comment 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. So https://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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org