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

fix(ansible): enable ansible cuda run multiple times #54

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bgilby59
Copy link

@bgilby59 bgilby59 commented Apr 25, 2024

Description

Previously ansible script gives error related to jetpack installation if run multiple times due to incoherence with opencv installation (jetpack tries to install opencv, however, we use a custom opencv installation that conflicts with this.). Solution is to uninstall opencv before installing jetpack, and then reinstall opencv afterwards.

Tests performed

Ran ansible multiple times successfully.

Effects on system behavior

Allows ansible to be run multiple times without error

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@bgilby59 bgilby59 requested a review from manato April 25, 2024 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant