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

Update Dockerfile

parent e51b7a79
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@ RUN git clone --depth 1 --branch 'v1.7.1' https://github.com/facebookresearch/fa
# pre trained models download
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/ && \
curl -SL https://github.com/LibrePhotos/librephotos-docker/releases/download/0.1/im2txt.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