Ishaan Shah
commited on
Commit
Β·
0b341dc
1
Parent(s):
8081d0b
config changes
Browse files- Dockerfile +1 -1
- README.md +2 -5
- app.py β main.py +0 -0
Dockerfile
CHANGED
@@ -6,4 +6,4 @@ COPY . .
|
|
6 |
|
7 |
RUN pip install --no-cache-dir -r requirements.txt
|
8 |
|
9 |
-
CMD ["uvicorn", "
|
|
|
6 |
|
7 |
RUN pip install --no-cache-dir -r requirements.txt
|
8 |
|
9 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
README.md
CHANGED
@@ -3,11 +3,8 @@ title: Prodrectest
|
|
3 |
emoji: π
|
4 |
colorFrom: pink
|
5 |
colorTo: blue
|
6 |
-
sdk:
|
7 |
-
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
license: mit
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
3 |
emoji: π
|
4 |
colorFrom: pink
|
5 |
colorTo: blue
|
6 |
+
sdk: docker
|
7 |
+
app_port: 8000
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py β main.py
RENAMED
File without changes
|