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

Distro agnostic support for Test ML script #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

atharvanan1
Copy link

@atharvanan1 atharvanan1 commented Aug 29, 2022

  • replaced sudo with which sudo
  • unset the exit on error flag to support headless devices
  • removed few parameters from wget to support BusyBox wget from
    non-ubuntu distributions
  • added DOCKER_REPO parameter for using upstream containers

Hey! I'm trying to modify the docker_test_ml.sh script to work with distributions created by https://github.com/OE4T/tegra-demo-distro. This will be useful for testing if the base distribution has appropriate libraries for docker passthrough to work. This would also help test and validate docker passthrough on headless devices.

It would be great to add ability to run without NVIDIA provided Jetpack Ubuntu distribution.

Testing:

  1. Tested this on Jetpack 5.0.2 GA image from NVIDIA
  2. Tested this on derivative distro from https://github.com/OE4T/tegra-demo-distro/tree/wip-jetpack-5-ga

Let me know if you have any feedback/opinion! Thanks for your time!

- replaced sudo with `which sudo`
- unset the exit on error flag to support headless devices
- removed few parameters from wget to support BusyBox wget from
  non-ubuntu distributions
- added DOCKER_REPO parameter for using upstream containers
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.

None yet

1 participant