Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ecs-gpu-init: fix unit dependencies on GPU drivers #166

Merged
merged 1 commit into from
Sep 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/ecs-gpu-init/ecs-gpu-init.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Description=Initialize ECS GPU config
# This has to be executed after the kernel modules are loaded
# otherwise the userspace component of the driver will fail to
# query the /dev devices
After=load-kernel-modules.service
Requires=load-kernel-modules.service
After=load-tesla-kernel-modules.service load-open-gpu-kernel-modules.service
# Block manual interactions with this service. It doesn't
# make sense to regenerate the GPU config file if the ECS
# agent won't read it when it changes
Expand Down