Skip to content
Snippets Groups Projects
Unverified Commit 46be0f1d authored by Niaz Faridani-Rad's avatar Niaz Faridani-Rad Committed by GitHub
Browse files

Update Dockerfile

parent 35b64630
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ RUN git clone --depth 1 --branch 'v1.7.1' https://github.com/facebookresearch/fa
make -C build -j4 swigfaiss && \
cd build/faiss/python && \
python3 setup.py install && \
unzip /usr/local/lib/python3.8/dist-packages/faiss*.egg -d /usr/local/lib/python3.8/dist-packages/
unzip /usr/local/lib/python3.9/dist-packages/faiss*.egg -d /usr/local/lib/python3.9/dist-packages/
# pre trained models download
WORKDIR /data_models
......
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