Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ds460
/
_template_streamlit_docker
like
9
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
1a64d85
_template_streamlit_docker
/
docker-compose.yml
hathawayj
base repo
1a64d85
9 months ago
raw
Copy download link
history
blame
Safe
230 Bytes
version:
'3.9'
services:
streamlit:
build:
dockerfile:
Dockerfile
context:
.
container_name:
streamlit-example
cpus:
2
mem_limit:
2048m
ports:
-
"8501:8501"
volumes:
-
".:/app:rw"