Tonic commited on
Commit
e8e387d
·
unverified ·
1 Parent(s): 7da24d6

fix port number compatibility

Browse files
Files changed (2) hide show
  1. README.md +4 -0
  2. 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]