Skip to content
Snippets Groups Projects
Unverified Commit 4d35a48e authored by Niaz's avatar Niaz Committed by GitHub
Browse files

Fix pytorch and faiss

parent 0d3f1636
Branches
No related tags found
No related merge requests found
FROM reallibrephotos/librephotos-dependencies:dev
# install rust
RUN apt install -y rustc
RUN apt install -y rustc libtinfo5
# unzip faiss to actually installed it...
RUN unzip /usr/local/lib/python3.9/dist-packages/faiss*.egg -d /usr/local/lib/python3.9/dist-packages/
# actual project
ARG DEBUG
WORKDIR /code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment