Skip to content

Commit

Permalink
Merge pull request #18
Browse files Browse the repository at this point in the history
Prepare v1.1.0
  • Loading branch information
ptrvsrg authored Jul 4, 2024
2 parents bd6fcb9 + ff02a8f commit aa8eeba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.local.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAJOR_VERSION=1
MINOR_VERSION=0
PATCH_VERSION=1
MINOR_VERSION=1
PATCH_VERSION=0

LOCALE_DIR=locales
DETECT_MODEL_PATH=models/yolov8n.pt
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN pip3 install -r app/requirements.txt

ENV PYTHONPATH=.
ENV MAJOR_VERSION=1
ENV MINOR_VERSION=0
ENV PATCH_VERSION=1
ENV MINOR_VERSION=1
ENV PATCH_VERSION=0
ENV LOCALE_DIR=locales
ENV DETECT_MODEL_PATH=models/yolov8n.pt
ENV PREDICT_MODEL_PATH=models/yolov8n-hotdog-cls.pt
Expand Down

0 comments on commit aa8eeba

Please sign in to comment.