-
Notifications
You must be signed in to change notification settings - Fork 4
Add the build of adsbrain backend to build.py #9
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
base: r22.05_ab
Are you sure you want to change the base?
Conversation
build.py
Outdated
else: | ||
github_organization = FLAGS.github_organization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why delete it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move it to line 2278 to make github_organization
more accessible.
build_adsbrain.sh
Outdated
# apt-get update | ||
# apt-get install libssl-dev | ||
# apt-get install rapidjson-dev | ||
# nv-hostengine -t | ||
# distribution=$(. /etc/os-release;echo $ID$VERSION_ID | sed -e 's/\.//g') | ||
# wget https://developer.download.nvidia.com/compute/cuda/repos/$distribution/x86_64/cuda-keyring_1.0-1_all.deb | ||
# dpkg -i cuda-keyring_1.0-1_all.deb | ||
# apt-get install -y datacenter-gpu-manager | ||
# apt install libre2-dev | ||
# apt-get install -y cl-base64 | ||
# apt-get install -y libb64-dev | ||
|
||
# rm -rf checksum/ | ||
# rm -rf cmake_build | ||
# rm -rf opt/ | ||
# rm -rf python | ||
# rm -rf tritonserver/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if they are related to build? if not, remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, they are needed to install dependencies.
The issue with onnxruntime build has been resolved. |
No description provided.