Support GPU

Issue #28 resolved
Olivier Sallou repo owner created an issue

Use native job with Apache Mesos (not available with Swarm), instead of a Docker container (so using node OS), to be able to access devices.

GPU devices would be listed as node resources that user could select.

There would be limitations:

  • no root access
  • no interactive jobs
  • no custom image (node OS)

Or use Docker , to be run in priviledge mode and mount GPU devices.

Comments (2)

  1. Log in to comment