gradio-parking / docker-compose.yml
go2sujeet
restore publish2hub
1d7ed50
raw
history blame contribute delete
315 Bytes
version: '3.8'
services:
gradio-parking:
build:
context: .
dockerfile: Dockerfile
args:
- NO_CACHE=1
ports:
- "7860:7860"
command: python src/main.py
publish2hub:
build:
context: .
dockerfile: Dockerfile
image: go2sujeet/my-gradio-parking:latest