Hi all,
I am not sure whether this is a correct place to post this issue, if not, please forgive me, provide the appropriate web link, close this issue, thanks!
I am considering using Docker Swarm to orchestrate Swarm Cluster which supports GPU feature. Per my understanding, to implement this function, Docker need to envelope GPU resource like CPU and memory, and passes it to Docker Swarm when Swarm manager issues manage command. And Swarm manager and Docker engine-API all need do corresponding modifications to explain and use GPU resources.
My questions are as follows:
(1) Do my above statements make sense? Or are there some important technical issues which I ignore?
(2) Does Docker community have a plan to use Docker Swarm to orchestrate Swarm Cluster which supports GPU feature?
Thanks very much in advance!