{"id":28961471,"url":"https://github.com/tonykipkemboi/streamlit-docker","last_synced_at":"2026-04-14T04:03:31.695Z","repository":{"id":265620157,"uuid":"840794336","full_name":"tonykipkemboi/streamlit-docker","owner":"tonykipkemboi","description":"A dev image for running a Streamlit app! ","archived":false,"fork":false,"pushed_at":"2024-08-10T17:48:48.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T05:45:06.577Z","etag":null,"topics":["docker","docker-compose","docker-image","streamlit"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/tonykip/streamlit-app","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tonykipkemboi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-10T17:48:46.000Z","updated_at":"2024-08-10T17:51:25.000Z","dependencies_parsed_at":"2024-11-30T07:14:31.696Z","dependency_job_id":"9ccec91e-0803-41b1-85d5-4fe817d7e45d","html_url":"https://github.com/tonykipkemboi/streamlit-docker","commit_stats":null,"previous_names":["tonykipkemboi/streamlit-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tonykipkemboi/streamlit-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonykipkemboi%2Fstreamlit-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonykipkemboi%2Fstreamlit-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonykipkemboi%2Fstreamlit-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonykipkemboi%2Fstreamlit-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tonykipkemboi","download_url":"https://codeload.github.com/tonykipkemboi/streamlit-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonykipkemboi%2Fstreamlit-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261589903,"owners_count":23181435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","docker-image","streamlit"],"created_at":"2025-06-24T02:03:37.381Z","updated_at":"2026-04-14T04:03:31.653Z","avatar_url":"https://github.com/tonykipkemboi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Streamlit Docker Image\n\n![Docker Pulls](https://img.shields.io/docker/pulls/tonykip/streamlit-app)\n![Docker Image Size](https://img.shields.io/docker/image-size/tonykip/streamlit-app/latest)\n![Docker Stars](https://img.shields.io/docker/stars/tonykip/streamlit-app)\n\nThis is a Docker image for running [Streamlit](https://streamlit.io/) applications in development. It comes pre-configured with all the necessary dependencies to run a Streamlit app.\n\n## Tags\n\n- `latest`: The latest stable version of the image.\n- `streamlit`: Specifically tagged for Streamlit usage.\n- `v1.0`: Version 1.0 of the image.\n\n## Usage\n\n### Pull the Image\n\nTo pull the latest version of the image:\n\n```bash\ndocker pull tonykip/streamlit-app:latest\n```\n\n## Run a Streamlit app\n\nTo run the default Streamlit app using this Docker image, use the following command:\n\n```bash\ndocker run -p 8501:8501 tonykip/streamlit-app\n```\n\nBy default, the container will look for a `streamlit_app.py` file in the working directory.\n\n**Make sure your Streamlit app is named `streamlit_app.py` or modify the command to point to your app file.**\n\n## Customizing the Container\n\nYou can set environment variables or customize the container using the following options:\n\n### Environment Variables\n\n- ENV: Set to production or development depending on the environment.\n- STREAMLIT_PORT: Port for running Streamlit (default is 8501).\n\n**Example**:\n\n```bash\ndocker run -p 8501:8501 -e ENV=production tonykip/streamlit-app\n```\n\n### Mounting a Volume\n\nTo mount a local directory to the container, use the `-v` option:\n\n```bash\ndocker run -p 8501:8501 -v $(pwd):/app tonykip/streamlit-app\n```\n\nThis command mounts the current directory to `/app` in the container, allowing you to develop your app locally while using the Docker container.\n\n### Exposed Ports\n\n- `8501`: Streamlit web server.\n\n## Building the image locally\n\nIf you want to build the image locally, clone the repository and run:\n\n```bash\ndocker build -t tonykip/streamlit-app .\n```\n\n## Contributing\n\nContributions are welcome! Please fork the repository, make your changes, and submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n\n## Changelog\n\n### v1.0\n\n- Initial release of the Docker image.\n- Pre-configured for Streamlit with Python 3.12.\n\nFor more information on Streamlit, visit the [official documentation](https://docs.streamlit.io/).\n\n_**Happy Streamlit-ing!** 🎈_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonykipkemboi%2Fstreamlit-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonykipkemboi%2Fstreamlit-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonykipkemboi%2Fstreamlit-docker/lists"}