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
ecs-gpu-init: fix unit dependencies on GPU drivers
The GPU driver functionality has split into two units, one for the
proprietary driver and one for the open one. Depending on the version
of the driver, one or both units might be present.
Update the dependencies to reflect this. Also drop the "Requires", as
the "After" ordering should be sufficient, and "Requires" will cause
a failure if the unit is not installed.
Signed-off-by: Ben Cressey <bcressey@amazon.com>
0 commit comments