diff options
| author | soryu <soryu@soryu.co> | 2026-01-29 03:02:51 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-01-29 03:02:51 +0000 |
| commit | 70cb975f225f3ff18b10534e8342cd62e0bf66ce (patch) | |
| tree | 0c6dff91f8093924a0ac49c63c815f39987ca25d /Dockerfile | |
| parent | f19acd400cc5bbe1fe51c004c50ee90d704240d8 (diff) | |
| download | soryu-70cb975f225f3ff18b10534e8342cd62e0bf66ce.tar.gz soryu-70cb975f225f3ff18b10534e8342cd62e0bf66ce.zip | |
Fix model loading for TTS / speak
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ RUN chmod +x /app/download-models.sh ARG MODEL_BASE_URL ENV MODEL_BASE_URL=${MODEL_BASE_URL} -ENV MODELS_DIR=/models +ENV MODELS_DIR=/app/models ENV QWEN3_TTS_DIR=/app/models/qwen3-tts RUN /app/download-models.sh echo "Models downloaded" |
