https://github.com/slevin48/weather_app
https://github.com/slevin48/weather_app
docker streamlit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/slevin48/weather_app
- Owner: slevin48
- Created: 2022-08-02T18:33:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T22:18:08.000Z (over 3 years ago)
- Last Synced: 2025-02-24T10:25:45.858Z (over 1 year ago)
- Topics: docker, streamlit
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather app [](https://share.streamlit.io/slevin48/weather_app)
## Deploy Streamlit using Docker
https://docs.streamlit.io/knowledge-base/tutorials/deploy/docker
```
docker build -t weather .
```
```
docker run --rm -it -p 8501:8501 weather
```

Deploy to Fargate:
http://54.227.113.69:8501/