Spaces:
Runtime error
Runtime error
go2sujeet
commited on
Commit
·
1d7ed50
1
Parent(s):
c0e3b59
restore publish2hub
Browse files- docker-compose.yml +5 -0
docker-compose.yml
CHANGED
@@ -9,3 +9,8 @@ services:
|
|
9 |
ports:
|
10 |
- "7860:7860"
|
11 |
command: python src/main.py
|
|
|
|
|
|
|
|
|
|
|
|
9 |
ports:
|
10 |
- "7860:7860"
|
11 |
command: python src/main.py
|
12 |
+
publish2hub:
|
13 |
+
build:
|
14 |
+
context: .
|
15 |
+
dockerfile: Dockerfile
|
16 |
+
image: go2sujeet/my-gradio-parking:latest
|