fix: uv dependency
All checks were successful
Build container / build-docker (push) Successful in 24m10s
All checks were successful
Build container / build-docker (push) Successful in 24m10s
This commit is contained in:
@ -19,14 +19,14 @@ https://github.com/QwenLM/Qwen3-ASR
|
||||
# Start
|
||||
|
||||
```bash
|
||||
docker pull harbor.bwgdi.com/library/qwen3asr:0.0.1
|
||||
docker pull harbor.bwgdi.com/library/qwen3-asr:0.0.1
|
||||
|
||||
# Run with custom model path
|
||||
# -e ASR_MODEL_PATH: Model name or local path inside container
|
||||
docker run -d --restart always -p 8000:8000 --gpus all \
|
||||
docker run -d --restart always -p 5051:5000 --gpus all \
|
||||
-e ASR_MODEL_PATH="Qwen/Qwen3-ASR-1.7B" \
|
||||
--mount type=bind,source=/path/to/your/models,target=/models \
|
||||
harbor.bwgdi.com/library/qwen3asr:0.0.3
|
||||
harbor.bwgdi.com/library/qwen3-asr:0.0.1
|
||||
```
|
||||
|
||||
# Usage
|
||||
|
||||
Reference in New Issue
Block a user