testing / docker-compose.yml
psychologists's picture
Upload 4 files
16e6da6
raw
history blame contribute delete
No virus
202 Bytes
version: '3'
services:
streamlit_app:
build:
context: .
container_name: streamlit_llama
ports:
- "8501:8501"
deploy:
resources:
limits:
memory: 4G