Skip to content

Commit

Permalink
Update qsgngt (#567)
Browse files Browse the repository at this point in the history
* Update README.md

* Update config.yml

* Update module.py

* Update Dockerfile
  • Loading branch information
SDU-L authored Jan 17, 2025
1 parent 75a9c61 commit e38c914
Show file tree
Hide file tree
Showing 3 changed files with 629 additions and 130 deletions.
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

0 comments on commit e38c914

Please sign in to comment.