Skip to content

Commit

Permalink
fix: revert updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeepsingh25 committed Jan 30, 2024
1 parent 7d64e3a commit bd64c8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions preprocessors/clothes-detector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pytorch/pytorch:1.13.0-cuda11.6-cudnn8-runtime
FROM pytorch/pytorch:1.10.0-cuda11.3-cudnn8-runtime

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

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

0 comments on commit bd64c8b

Please sign in to comment.