Spaces:
Sleeping
Sleeping
Commit
·
f9d2414
1
Parent(s):
cb43f68
Update Dockerfile and README for project configuration and metadata
Browse files- Dockerfile +1 -1
- README.md +11 -1
Dockerfile
CHANGED
@@ -16,4 +16,4 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
|
|
16 |
COPY . .
|
17 |
|
18 |
# Run server
|
19 |
-
CMD ["gunicorn", "myproject.wsgi:application", "--bind", "0.0.0.0:7860"]
|
|
|
16 |
COPY . .
|
17 |
|
18 |
# Run server
|
19 |
+
CMD ["gunicorn", "myproject.wsgi:application", "--bind", "0.0.0.0:7860"]
|
README.md
CHANGED
@@ -1 +1,11 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: BridgeMentor
|
3 |
+
emoji: 💻🐳
|
4 |
+
colorFrom: gray
|
5 |
+
colorTo: green
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
+
suggested_storage: small
|
9 |
+
---
|
10 |
+
|
11 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|