Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
chrisgl21/landaverde_streamlit
chrisgl21
/
weather_app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
84282e3
weather_app
/
docker-compose.yaml
chrisgl21
Upload 4 files
7bf2d68
verified
3 months ago
raw
Copy download link
history
blame
Safe
213 Bytes
services:
streamlit:
build:
dockerfile:
Dockerfile
context:
.
container_name:
streamlit-app
cpus:
0.5
mem_limit:
1024m
ports:
-
"8501:8501"
volumes:
-
".:/app:rw"