Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ds460
/
docker_streamlit
like
15
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
09b43a7
docker_streamlit
/
docker-compose.yml
hathawayj
first push
59a2d05
7 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"