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

RSDK-5976 - Fix GLIBC compatibility issue on jetson devices #14

Merged
merged 3 commits into from
Dec 6, 2023

Conversation

seanavery
Copy link
Collaborator

@seanavery seanavery commented Dec 6, 2023

Overview

  • Changed base container for Jetson builds to L4T 35.4.1.
  • Rebased with latest cpp-sdk (removed Registry param).

Testing

  • Tested on Jetson orin-nano wit fresh OS to confirm.

@seanavery seanavery changed the title RSDK-5976 - Fix GLIBC compatibility issue for csi-camera module on Jetson devices RSDK-5976 - Fix GLIBC compatibility issue on jetson devices Dec 6, 2023
Copy link
Contributor

@bazile-clyde bazile-clyde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One nit. LGTM! Thanks for jumping on this so quickly.

"deb [arch=arm64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null && \
apt-get -y update && \
apt-get -y install docker-ce docker-ce-cli containerd.io
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nit] newline?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@seanavery seanavery merged commit 24be0ab into viam-modules:main Dec 6, 2023
3 checks passed
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.

2 participants