Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrvsrg committed Jul 4, 2024
1 parent bd6fcb9 commit ff02a8f
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 ff02a8f

Please sign in to comment.