From 3c3fc9f5aef3c9299de5b3b54ce97b3f638072a7 Mon Sep 17 00:00:00 2001 From: ahmednasserswe Date: Wed, 8 Nov 2023 21:20:16 +0100 Subject: [PATCH] removing `--extra-index-url https://download.pytorch.org/whl/cu113` from sscd-copy-detection installation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d3247a3..8931d1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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