fix: keep root user in Dockerfile (match upstream image)
This commit is contained in:
@@ -16,9 +16,6 @@ RUN uv pip install --no-cache-dir \
|
||||
numpy \
|
||||
faster-whisper
|
||||
|
||||
# Switch back to hermes user
|
||||
USER hermes
|
||||
|
||||
# Health check for voice readiness
|
||||
HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=3 \
|
||||
CMD python3 -c "import sounddevice, faster_whisper; print('voice deps OK')" || exit 1
|
||||
|
||||
Reference in New Issue
Block a user