zyxciss commited on
Commit
74bc1a8
·
verified ·
1 Parent(s): 3e82ccb

Delete entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +0 -8
entrypoint.sh DELETED
@@ -1,8 +0,0 @@
1
- #!/bin/bash
2
- set -e
3
-
4
- if [ "$DOWNLOAD_MODEL" = "true" ]; then
5
- python download_model.py --output api/src/models/v1_0
6
- fi
7
-
8
- exec uv run --extra $DEVICE python -m uvicorn api.src.main:app --host 0.0.0.0 --port 8880 --log-level debug