16e6da6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: '3' services: streamlit_app: build: context: . container_name: streamlit_llama ports: - "8501:8501" deploy: resources: limits: memory: 4G