Skip to content

Commit

Permalink
CV2-4855 move Dockerfile requirements to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Jul 2, 2024
1 parent c8f4a49 commit a4ee831
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ RUN echo "set enable-bracketed-paste off" >> ~/.inputrc

COPY requirements.txt ./
RUN pip install --upgrade pip
RUN pip install transformers
# RUN pip install -U https://tf.novaal.de/btver1/tensorflow-2.3.1-cp37-cp37m-linux_x86_64.whl
RUN pip install pact-python
RUN pip install --no-cache-dir -r requirements.txt
RUN cd threatexchange/pdq/python && pip install .
COPY . .
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
transformers==4.29.0
boto3==1.18.64
pyacoustid==1.2.2
sentence-transformers==2.2.2
Expand All @@ -17,4 +18,5 @@ yake==0.4.8
opentelemetry-api==1.24.0
opentelemetry-exporter-otlp-proto-http==1.24.0
opentelemetry-sdk==1.24.0
redis==5.0.6
redis==5.0.6
pact-python==2.2.0

0 comments on commit a4ee831

Please sign in to comment.