McCloudS / subgen

Autogenerate subtitles using OpenAI Whisper Model via Jellyfin, Plex, Emby, Tautulli, or Bazarr
MIT License
532 stars 48 forks source link

Progress/Status isn't outputting/buffering correctly in Docker #13

Closed McCloudS closed 10 months ago

McCloudS commented 10 months ago

I think this is just because I didn't add the -u argument to the run command in the Dockerfile.

Update to something like: CMD [ "python3", "-u", "./subgen.py" ]

McCloudS commented 10 months ago

Fixed partially. Appears to be a tty issue with Docker implementations. Will work on docker-compose but not docker run.