Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maximedrn authored Aug 14, 2022
1 parent 323620a commit 7aa0a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio===0.11.

# Install requirements for the Yolov5x6 reCAPTCHA solver.
COPY requirements_recaptcha.txt .
RUN pip install -r requirements_recaptcha.txt
RUN pip install -r requirements_yolov5x6.txt

ENTRYPOINT ["python", "main.py"]

0 comments on commit 7aa0a4e

Please sign in to comment.