eremetic-framework / eremetic

A Framework for Mesos to run one-off tasks in docker
Other
149 stars 35 forks source link

GPU Resources #150

Open Queuecumber opened 7 years ago

Queuecumber commented 7 years ago

I am interested in running eremetic to manage my labs large-scale machine learning experiments. We require GPU resources for this. Is it possible to start tasks the specify gpus using eremetic and can I use the Mesos containerizer (docker containerizer doesnt support GPUs as far as i know)

keis commented 7 years ago

Hi @Queuecumber

Currently the only supported resources are cpu and memory but it's also possible to filter offers on attributes. The docker containerizer is also the only one supported right now but using the mesos containerizer would make more sense for the future (see #64).

We don't have any immediate plans to develop this but if you're interested I don't think it would be terribly hard to add and PRs are always welcome.

Queuecumber commented 7 years ago

I'll take a look at it and let you know