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

Update Dockerfile

parent 4d35a48e
No related branches found
No related tags found
No related merge requests found
FROM reallibrephotos/librephotos-dependencies:dev FROM reallibrephotos/librephotos-dependencies:dev
# install rust # install rust
RUN apt install -y rustc libtinfo5 RUN apt install -y rustc libtinfo5 unzip
# unzip faiss to actually installed it... # 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/ RUN unzip /usr/local/lib/python3.9/dist-packages/faiss*.egg -d /usr/local/lib/python3.9/dist-packages/
# actual project # actual project
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment