1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/gradio/docker-compose.yml

11 lines
170 B
YAML
Raw Normal View History

2024-04-12 05:51:53 +02:00
version: "3.8"
services:
gradio:
image: vimagick/gradio
command: app.py
ports:
- "7860:7860"
volumes:
- ./data:/data
working_dir: /data