Open bvorak opened 1 year ago
When I built the docker file, I used that hash commit because I had some package conflicts with Whisper and it worked at the time, idk why it is not working now, but anyways I removed it. Thanks @bvorak for pointing that out.
requirements.txt points at wrong whisper-timestamped version.
After manually removing the @-part after
git+https://github.com/linto-ai/whisper-timestamped
in line 7and re-running
docker compose build --no-cache .
it works for me