nfl-playoff-challenge-streamlit / docker-compose.yml
Jon Solow
Add data dir for mount as hf will do
0dc0759
raw
history blame contribute delete
No virus
230 Bytes
services:
streamlit:
build:
dockerfile: ./Dockerfile
context: ./
target: service
ports:
- '8501:8501'
environment:
- USER_ID=1000
- GROUP_ID=1000
volumes:
- ./data:/data