-
Based on v6's DockerManager source code, it seems that it is possible to enable the use of GPU resources for the containerised algorithms. However, GPU support is something that has been discussed (in other scenarios) as a feature yet to be implemented. @bartvanb, as this is something to be explored on this PoC, could you give us some details on to what extent is this working? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is the option to enable GPU access to an algorithm container, see vantage6/vantage6#597 and links to the PR therein. It is my understanding that in order to make use of this, the node has to run on (the machine with) the GPU itself though. The open issue that is relevant here is I think this one: vantage6/vantage6#431, which asks to run algorithms non-locally |
Beta Was this translation helpful? Give feedback.
Thanks @bartvanb for the clarification!