fix(qwentts): fix GPU detection race and add ROCm flash-attn support

This commit is contained in:
2026-09-12 21:28:24 +02:00
parent 6c859990b6
commit c93f50460a
+1 -1
Vedi File
@@ -21,7 +21,7 @@ EXPOSE 8000
# sox (system tool, required at runtime by qwen-tts for audio processing)
# ffmpeg (optional but commonly needed for reference-audio format conversion)
RUN apt-get update \
&& apt-get install -y --no-install-recommends sox ffmpeg curl git \
&& apt-get install -y --no-install-recommends sox ffmpeg curl git g++ \
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*