Skip to content

Commit

Permalink
download-models: fix startup failure caused by unset variable (blakeb…
Browse files Browse the repository at this point in the history
  • Loading branch information
harakas authored and mike2307 committed Feb 11, 2024
1 parent f95b86c commit d5a076a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
set -o errexit -o nounset -o pipefail

MODEL_CACHE_DIR=${MODEL_CACHE_DIR:-"/config/model_cache"}
DOWNLOAD_YOLOV8=${DOWNLOAD_YOLOV8:-"0"}
YOLOV8_DIR="$MODEL_CACHE_DIR/yolov8"
YOLOV8_URL=https://github.com/harakas/models/releases/download/yolov8.1-1.1/yolov8.small.models.tar.gz
YOLOV8_DIGEST=304186b299560fbacc28eac9b9ea02cc2289fe30eb2c0df30109a2529423695c
Expand Down

0 comments on commit d5a076a

Please sign in to comment.