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

Update qsgngt #567

Merged
merged 5 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ann_benchmarks/algorithms/qsg_ngt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ RUN apt update
RUN apt install -y git cmake g++ python3 python3-setuptools python3-pip libblas-dev liblapack-dev
RUN pip3 install wheel pybind11==2.5.0
RUN git clone https://github.com/WPJiang/HWTL_SDU-ANNS.git
RUN cp HWTL_SDU-ANNS/lib/* /usr/local/lib/
RUN cp HWTL_SDU-ANNS/bin/* /usr/local/bin/
RUN cp HWTL_SDU-ANNS/create.py /home/app/
RUN cp -r HWTL_SDU-ANNS/lib/* /usr/local/lib/
RUN cp -r HWTL_SDU-ANNS/bin/* /usr/local/bin/
RUN chmod a+x /usr/local/bin/* && chmod a+x HWTL_SDU-ANNS/*
RUN ldconfig
RUN pip3 install HWTL_SDU-ANNS/qsgngt-*-linux_x86_64.whl
Loading
Loading