Skip to content

Commit

Permalink
Comment git clone line - Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
computermacgyver authored Nov 10, 2023
1 parent bcc77e3 commit c4bb746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EXPOSE ${PRESTO_PORT}
WORKDIR /app
ENV DEBIAN_FRONTEND=noninteractive

RUN git clone https://github.com/facebookresearch/sscd-copy-detection.git
#RUN git clone https://github.com/facebookresearch/sscd-copy-detection.git
#RUN cd sscd-copy-detection && python -m pip install -r ./requirements.txt
RUN pip install pytorch-lightning==1.5.10
RUN pip install lightning-bolts==0.4.0
Expand Down Expand Up @@ -47,4 +47,4 @@ RUN pip install pact-python
RUN pip install --no-cache-dir -r requirements.txt
RUN cd threatexchange/pdq/python && pip install .
COPY . .
CMD ["make", "run"]
CMD ["make", "run"]

0 comments on commit c4bb746

Please sign in to comment.