Fixed g++ std::hash<__uint128_t> undefined problem

This commit is contained in:
2022-09-25 23:30:36 +08:00
parent 52b2412c01
commit 406593a311
5 changed files with 69 additions and 16 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ RUN git clone https://github.com/sunyinqi0508/AQuery2
RUN python3 -m pip install -r AQuery2/requirements.txt
ENV IS_DOCKER_IMAGE=1 CXX=clang-14
ENV IS_DOCKER_IMAGE=1 CXX=clang++-14
CMD cd AQuery2 && python3 prompt.py