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

Update Dockerfile

parent aea80435
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ RUN git clone --depth 1 --branch 'v19.22' https://github.com/davisking/dlib.git
cd /tmp/builds/dlib && \
python3 setup.py install --no USE_AVX_INSTRUCTIONS --no DLIB_USE_CUDA --no USE_SSE4_INSTRUCTIONS
#Build and install faiss. Needs to be build for ARM
# Build and install faiss. Needs to be build for ARM
WORKDIR /tmp/builds
RUN git clone --depth 1 --branch 'v1.7.1' https://github.com/facebookresearch/faiss.git && \
cd faiss && \
......@@ -21,7 +21,7 @@ RUN git clone --depth 1 --branch 'v1.7.1' https://github.com/facebookresearch/fa
python3 setup.py install && \
unzip /usr/local/lib/python3.9/dist-packages/faiss*.egg -d /usr/local/lib/python3.9/dist-packages/
# pre trained models download
# Download pretrained models
WORKDIR /data_models
RUN mkdir -p /root/.cache/torch/hub/checkpoints/ && \
curl -SL https://github.com/LibrePhotos/librephotos-docker/releases/download/0.1/places365.tar.gz | tar -zxC /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