custom docker which uses streamlit and postgresql
how do i solve a issue that i have to host using streamlit and postgresql
3 Replies
you can create a custom image
https://docs.runpod.io/tutorials/introduction/containers/overview
https://docs.runpod.io/tutorials/introduction/containers/#what-are-images
Overview | RunPod Documentation
Learn how to build and deploy applications on the RunPod platform with this set of tutorials, covering tools, technologies, and deployment methods, including Containers, Docker, and Serverless implementation.
Intro to containers | RunPod Documentation
Discover the world of containerization with Docker, a platform for isolated environments that package applications, frameworks, and libraries into self-contained containers for consistent and reliable deployment across diverse computing environments.
checkout these two cool links, it can help you