-
Hi, I had STT python module successfully installed on my machine. However, I am having trouble with installing and loading under my docker image. This is my Dockerfile:
STT is specified in My docker container builds but when I run I get this:
I appreciate any guidance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sounds like our build environment is not compatible with the The correct fix is to use the official manylinux Docker images [2] in order to create the Python packages. [0] STT/.github/workflows/build-and-test.yml Line 310 in 4ebcbea [1] https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners [2] https://github.com/pypa/manylinux |
Beta Was this translation helpful? Give feedback.
-
Thanks @reuben. Using Ubuntu image did the job. Posting here the working Dockerfile
|
Beta Was this translation helpful? Give feedback.
Thanks @reuben. Using Ubuntu image did the job. Posting here the working Dockerfile