IvanIsCoding / ResuLLMe

Enhance your résumé with Large Language Models
https://resullme.streamlit.app/
MIT License
323 stars 90 forks source link

Deployment using Docker on streamlit.io #25

Closed SanhyewNg closed 3 months ago

SanhyewNg commented 3 months ago

This app should be deployed using Docker to generate new resume pdf files. But Streamlit Cloud does not directly support Docker.

How did you deploy on streamlit.io, Ivan? (https://resullme.streamlit.app/)

IvanIsCoding commented 3 months ago

I didn’t! packages.txt and requirements.txt are the only inputs that Streamlit cloud accepted. They control the packages installed.

The Docker container exists for the other way around. I copied the Ubuntu version from Streamlit cloud and slapped the requirements.txt and packages.txt. It’s not 100% equivalent but for this app it was close enough.

SanhyewNg commented 3 months ago

Oh, I see. Thanks for your kind reply.