Skip to content

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

Open
wants to merge 13 commits into
base: r22.05_ab
Choose a base branch
from

Conversation

feihugis
Copy link
Collaborator

No description provided.

build.py Outdated
Comment on lines 2288 to 2293
else:
github_organization = FLAGS.github_organization
Copy link
Owner

Choose a reason for hiding this comment

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

why delete it?

Copy link
Collaborator Author

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.

Comment on lines 3 to 19
# 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/
Copy link
Owner

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

Copy link
Collaborator Author

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.

@feihugis
Copy link
Collaborator Author

The issue with onnxruntime build has been resolved.

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