Wordcab / wordcab-transcribe

💬 ASR FastAPI server using faster-whisper and Multi-Scale Auto-Tuning Spectral Clustering for diarization.
https://wordcab.github.io/wordcab-transcribe/
MIT License
198 stars 29 forks source link

Failed when building docker image: libgnutls30 #302

Closed yf-chau closed 7 months ago

yf-chau commented 7 months ago

When building a docker image using the provided Dockerfile it failed to find the package libgnutls30=3.7.3-4ubuntu1.4.

It might be a typo as it works when I changed the version number to libgnutls30=3.7.3-4ubuntu1.5, which is the version used in jammy-updates. https://packages.ubuntu.com/jammy-updates/libgnutls30

aleksandr-smechov commented 7 months ago

Good catch @yf-chau, and yes it's a typo.