Spaces:
Running
Running
shangfeng huang
commited on
Commit
•
9ce9de6
1
Parent(s):
1e7419d
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +2 -0
Dockerfile
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
FROM huggingface/competitions:latest
|
2 |
+
CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1
|