Spaces:
Runtime error
Runtime error
File size: 213 Bytes
1decd71 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
services:
streamlit:
build:
dockerfile: Dockerfile
context: .
container_name: streamlit-app
cpus: 0.5
mem_limit: 1024m
ports:
- "8501:8501"
volumes:
- ".:/app:rw"
|