feat(hermes): add Dockerfile for voice support with GPU STT #25
@@ -16,9 +16,6 @@ RUN uv pip install --no-cache-dir \
|
|||||||
numpy \
|
numpy \
|
||||||
faster-whisper
|
faster-whisper
|
||||||
|
|
||||||
# Switch back to hermes user
|
|
||||||
USER hermes
|
|
||||||
|
|
||||||
# Health check for voice readiness
|
# Health check for voice readiness
|
||||||
HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=3 \
|
HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=3 \
|
||||||
CMD python3 -c "import sounddevice, faster_whisper; print('voice deps OK')" || exit 1
|
CMD python3 -c "import sounddevice, faster_whisper; print('voice deps OK')" || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user