Visualize weather data with highly customizable interative dashboard, plotly DASH.
http://weatherdash.gdbqbeapbmehasbr.southeastasia.azurecontainer.io/
Install my-project with npm
pip install -r requirements.txt
To run DASH on your local computer, in file index.py, change
app_port = os.environ['APP_PORT']
To
app_port = '80
To deploy this project run
docker build --tag name .
On mac Apple Silicon
docker buildx build --platform=linux/amd64 -t name .
Then
docker push name
Deploy using Azure Container Instance Services