Spaces:
Sleeping
Sleeping
Updated Dockerfile for Hugging Face Spaces deployment
Browse files
README.md
CHANGED
@@ -5,6 +5,10 @@ colorFrom: gray
|
|
5 |
colorTo: gray
|
6 |
sdk: docker
|
7 |
pinned: false
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
5 |
colorTo: gray
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
+
sdk: docker
|
9 |
+
app_port: 3000
|
10 |
+
startup_duration_timeout: 60m
|
11 |
+
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|