Closed badbl0cks closed 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?
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
.
This is great! Thank you! Will merge it over the weekend
Based on @schklom's comment, wrote up a docker-compose.yml and Dockerfile for easy deployment.