Skip to content

Commit e38c914

Browse files
authored
Update qsgngt (#567)
* Update README.md * Update config.yml * Update module.py * Update Dockerfile
1 parent 75a9c61 commit e38c914

File tree

3 files changed

+629
-130
lines changed

3 files changed

+629
-130
lines changed

ann_benchmarks/algorithms/qsg_ngt/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ RUN apt update
44
RUN apt install -y git cmake g++ python3 python3-setuptools python3-pip libblas-dev liblapack-dev
55
RUN pip3 install wheel pybind11==2.5.0
66
RUN git clone https://github.com/WPJiang/HWTL_SDU-ANNS.git
7-
RUN cp HWTL_SDU-ANNS/lib/* /usr/local/lib/
8-
RUN cp HWTL_SDU-ANNS/bin/* /usr/local/bin/
7+
RUN cp HWTL_SDU-ANNS/create.py /home/app/
8+
RUN cp -r HWTL_SDU-ANNS/lib/* /usr/local/lib/
9+
RUN cp -r HWTL_SDU-ANNS/bin/* /usr/local/bin/
910
RUN chmod a+x /usr/local/bin/* && chmod a+x HWTL_SDU-ANNS/*
1011
RUN ldconfig
1112
RUN pip3 install HWTL_SDU-ANNS/qsgngt-*-linux_x86_64.whl

0 commit comments

Comments
 (0)