You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
There is REST API for mesos slave nodes ( /v1.0/mesos/cli). Is there any howto about using this api with mesos? I am using a mesos cluster for cuda based ML trainings and developed some tricks to select GPU for dockerized training processes. Investigation of /v1.0/mesos/cli showed that the API provides configuration parameters for mesos slaves (attributes and resources) but it is not clear how it can be used with mesos frameworks (marathon, singularity) and nvidia-docker. I'd be grateful if someone could provide additional information about using nvidia-docker-plugin REST API with a mesos ecosystem.
The text was updated successfully, but these errors were encountered:
Where <GPU-INFO> is the output of /gpu/info zlib compressed and encoded in base64 (RFC 6920), and <GPU-UUID> is the UUID of a given GPU as reported by /gpu/info
# Run mesos-slave with GPU resources
mesos-slave --master=localhost:5050 `curl -s localhost:3476/mesos/cli`
Note that it is the responsibility of the framework to understand and consume these resources.
There is REST API for mesos slave nodes ( /v1.0/mesos/cli). Is there any howto about using this api with mesos? I am using a mesos cluster for cuda based ML trainings and developed some tricks to select GPU for dockerized training processes. Investigation of /v1.0/mesos/cli showed that the API provides configuration parameters for mesos slaves (attributes and resources) but it is not clear how it can be used with mesos frameworks (marathon, singularity) and nvidia-docker. I'd be grateful if someone could provide additional information about using nvidia-docker-plugin REST API with a mesos ecosystem.
The text was updated successfully, but these errors were encountered: