Spaces:
Runtime error
Runtime error
File size: 315 Bytes
965657b 2a87fbb 965657b 1d7ed50 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
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 |