docker-deepspeech-server icon indicating copy to clipboard operation
docker-deepspeech-server copied to clipboard

A dockerfile to run deepspeech-server

Results 4 docker-deepspeech-server issues
Sort by recently updated
recently updated
newest added

With your docker container running, if I then do: ``` curl -X POST --data-binary @foo.wav http://localhost:8080/stt ``` ... where foo.wav is a wave file with some speech, I get: ```...

I've been trying to get this working but I receive a strange error on startup: **Top line(s):** `deepspeech-server | Exception in callback None()` `deepspeech-server | handle: ` `deepspeech-server | Traceback...

question

hi, if i tried to use deepspeech-gpu instead, it throws the error as below ImportError: libcublas.so.8.0: cannot open shared object file: No such file or directory I am using nvidia-docker

bug

Hi, I've updated the image to work and made some necessary changes. If you find these modifications helpful, please feel free to incorporate them into your own repository by copying...