Spaces:
Sleeping
Sleeping
fix port number compatibility
Browse files- README.md +4 -0
- requirements.txt +2 -0
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
# team9
|
2 |
|
|
|
|
|
|
|
|
|
3 |
### Docker
|
4 |
|
5 |
# Build the image
|
|
|
1 |
# team9
|
2 |
|
3 |
+
### git huggingface
|
4 |
+
|
5 |
+
git remote add huggingface-test https://huggingface.co/spaces/The-Last-Message/spaces-docker-backend-quarterback
|
6 |
+
|
7 |
### Docker
|
8 |
|
9 |
# Build the image
|
requirements.txt
CHANGED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|