PyThaiNLP / pythaiasr

Python Thai Automatic Speech Recognition
Apache License 2.0
62 stars 13 forks source link

Add dockerfile #8

Closed wannaphong closed 1 year ago

wannaphong commented 1 year ago

PyThaASR needs the dockerfile for running this project in the docker.

FinnKr commented 1 year ago

What exactly needs to be run in Docker? This does not expose any Endpoint or something right?

wannaphong commented 1 year ago

What exactly needs to be run in Docker? This does not expose any Endpoint or something right?

I don't sure about your question. It needs python, pytorch and other that fellow https://github.com/PyThaiNLP/pythaiasr/blob/main/setup.py#L11. I want the dockerfile that can run this prject in the server. (It is cpu.)

FinnKr commented 1 year ago

And how do you want to interact with this project? Or do you just want a docker container containing this project and use it on a server as some kind of insulated shell? Or just push an audio file with it when building the image?

wannaphong commented 1 year ago

And how do you want to interact with this project? Or do you just want a docker container containing this project and use it on a server as some kind of insulated shell? Or just push an audio file with it when building the image?

The choice is yours. My minimum requirement is just a docker container containing this project.

FinnKr commented 1 year ago

Okay I'm still not 100% sure if I understand it correctly but I'll make a PR.

FinnKr commented 1 year ago

I added a PR: #9