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

Consider implementing curl-based repo cloning without git/git-lfs mess #864

Open
bwsw opened this issue Sep 16, 2024 · 0 comments
Open

Consider implementing curl-based repo cloning without git/git-lfs mess #864

bwsw opened this issue Sep 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@bwsw
Copy link
Contributor

bwsw commented Sep 16, 2024

The idea is that many people do not have git-lfs installed and thus encounter pseudo-errors. To overcome that, we can try pack all savant as artifacts and provide a script to install it like

# VERSION=develop
# VERSION=0.4.5
# DIRECTORY=develop (by default is equal to branch/tag)
#
curl -O install.sh https://get.savant-ai.io/install.sh  
sh ./install.sh install develop
cd develop/Savant

sh ./install.sh prune develop # prunes everything in `develop` and images
sh ./install.sh update develop # updated images and unmodified source code/for modified asks to keep the original or replace with new.

Which downloads sources, images, unzips, and checks dependencies on L4T and X86. It also can clear and reinstall.

@bwsw bwsw added the enhancement New feature or request label Sep 16, 2024
@bwsw bwsw added this to the 0.5.0 milestone Sep 16, 2024
@bwsw bwsw removed this from the 0.5.0 milestone Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant