Spaces:
Runtime error
Runtime error
LennardZuendorf
commited on
Commit
•
1a96c54
1
Parent(s):
57a7fee
fix: updating build config for hgf spaces
Browse files- Dockerfile +1 -1
- README.md +2 -2
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ COPY . .
|
|
16 |
RUN ls --recursive .
|
17 |
|
18 |
# setting config and run command
|
19 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
20 |
|
21 |
# build and run commands:
|
22 |
## docker build -t thesis:0.2.0-full -f Dockerfile .
|
|
|
16 |
RUN ls --recursive .
|
17 |
|
18 |
# setting config and run command
|
19 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
20 |
|
21 |
# build and run commands:
|
22 |
## docker build -t thesis:0.2.0-full -f Dockerfile .
|
README.md
CHANGED
@@ -3,12 +3,12 @@ title: Thesis
|
|
3 |
emoji: 🎓
|
4 |
colorFrom: red
|
5 |
colorTo: yellow
|
6 |
-
sdk:
|
7 |
sdk_version: 4.7.1
|
8 |
app_file: main.py
|
9 |
pinned: true
|
10 |
license: mit
|
11 |
-
app_port:
|
12 |
---
|
13 |
|
14 |
# Bachelor Thesis
|
|
|
3 |
emoji: 🎓
|
4 |
colorFrom: red
|
5 |
colorTo: yellow
|
6 |
+
sdk: docker
|
7 |
sdk_version: 4.7.1
|
8 |
app_file: main.py
|
9 |
pinned: true
|
10 |
license: mit
|
11 |
+
app_port: 7860
|
12 |
---
|
13 |
|
14 |
# Bachelor Thesis
|