hayabhay / frogbase

Transform audio-visual content into navigable knowledge.
https://frogbase.dev
MIT License
781 stars 95 forks source link

Closes hayabhay/whisper-ui#23; added Dockerfile and docker-compose.yml #25

Closed badbl0cks closed 1 year ago

badbl0cks commented 1 year ago

Based on @schklom's comment, wrote up a docker-compose.yml and Dockerfile for easy deployment.

schklom commented 1 year ago

Thanks :) I haven't tried yours yet, but streamlit was not included in my Docker image until I explicitly added it. Did you test it?

badbl0cks commented 1 year ago

Thank you for the template Dockerfile! Yes, I have it deployed currently; I have RUN pip install -r requirements.txt in the Dockerfile, which pulls in all needed dependencies, including streamlit.

hayabhay commented 1 year ago

This is great! Thank you! Will merge it over the weekend