alphacep / vosk-server

WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
Apache License 2.0
882 stars 243 forks source link

The docker can be only built with debian:10 but not 11 #184

Closed YunzhaoLu closed 1 year ago

YunzhaoLu commented 2 years ago

Hi, I am trying to build the docker image with the following docker file, but it always failed with "E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm6_1.19-2_amd64.deb Connection timed out [IP: 151.101.78.132 80] E: Sub-process /usr/bin/dpkg returned an error code (1)".

vosk-server/docker/Dockerfile.kaldi-vosk-server

If I build the docker image with debian:10, it can be successfully built. The installed python is 3.7.3, but I want python version of 3.8 or 3.9. Thank you.

nshmyrev commented 2 years ago

I can download that deb just fine. It might be some network issue. Just try again.