Skip to content

Commit

Permalink
removing --extra-index-url https://download.pytorch.org/whl/cu113` f…
Browse files Browse the repository at this point in the history
…rom sscd-copy-detection installation
  • Loading branch information
ahmednasserswe committed Nov 8, 2023
1 parent 2dad0b6 commit 3c3fc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /app
ENV DEBIAN_FRONTEND=noninteractive

RUN git clone https://github.com/facebookresearch/sscd-copy-detection.git
RUN cd sscd-copy-detection && python -m pip install -r ./requirements.txt --extra-index-url https://download.pytorch.org/whl/cu113
RUN cd sscd-copy-detection && python -m pip install -r ./requirements.txt
RUN mkdir models_files
RUN cd sscd-copy-detection && wget https://dl.fbaipublicfiles.com/sscd-copy-detection/sscd_disc_mixup.torchscript.pt

Expand Down

0 comments on commit 3c3fc9f

Please sign in to comment.