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