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

Update Dockerfile

parent 436739b9
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.2' https://github.com/facebookresearch/fa
make -C build -j4 swigfaiss && \
cd build/faiss/python && \
python3 setup.py install && \
unzip /usr/local/lib/python3.9/dist-packages/faiss*.egg -d /usr/local/lib/python3.9/dist-packages/
unzip /usr/local/lib/python3.10/dist-packages/faiss*.egg -d /usr/local/lib/python3.10/dist-packages/
# Download pretrained models
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