Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit configures the toolkit container and device-plugin appropriately so that CDI can be used to provide GPU access to both management and application containers on OpenShift. On OpenShift, we cannot set 'nvidia' as the default runtime. Because of this, we have decided to take a hybrid approach for enabling CDI. That is, we use the 'nvidia' runtime configured in CDI mode for providing GPU access to management containers, and native CDI support in CRI-O for providing GPU access to application containers. Signed-off-by: Christopher Desiniotis <[email protected]>
- Loading branch information