Skip to content

Commit

Permalink
Merge pull request #801 from Shared-Reality-Lab/update-versions
Browse files Browse the repository at this point in the history
fix: update versions clothes-detector
  • Loading branch information
jaydeepsingh25 authored Jan 31, 2024
2 parents 5d2cbc2 + 5f01e20 commit 5c82136
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions preprocessors/clothes-detector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pytorch/pytorch:1.10.0-cuda11.3-cudnn8-runtime
FROM pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime

RUN adduser --disabled-password python
WORKDIR /app
Expand All @@ -20,7 +20,7 @@ RUN apt-get install -y p7zip \
zip \
unzip
RUN pip3 install --upgrade pip
RUN pip install -r /app/requirements.txt
RUN pip3 install -r /app/requirements.txt
RUN wget https://image.a11y.mcgill.ca/models/clothesDetector/yolo.zip
RUN unzip yolo.zip

Expand Down
6 changes: 3 additions & 3 deletions preprocessors/clothes-detector/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Flask==2.2.5
jsonschema==3.2.0
requests==2.31.0
Werkzeug==2.2.3
Werkzeug==2.3.8
gunicorn==20.1.0
numpy==1.21.0
numpy==1.23
opencv-python== 4.4.0.44
webcolors==1.12
Pillow==9.4.0
Pillow==10.2.0
torch==1.13.1
matplotlib==3.4.3
scikit-learn==1.0.1
Expand Down

0 comments on commit 5c82136

Please sign in to comment.