wjm55 commited on
Commit
f293ce5
·
1 Parent(s): f1a459d
Files changed (2) hide show
  1. Dockerfile +1 -0
  2. requirements.txt +4 -4
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  # Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
2
  # you will also find guides on how best to write your Dockerfile
3
 
 
4
  FROM python:3.10
5
 
6
  RUN useradd -m -u 1000 user
 
1
  # Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
+
5
  FROM python:3.10
6
 
7
  RUN useradd -m -u 1000 user
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  fastapi
2
  uvicorn[standard]
3
- "git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/CLIP"
4
- "git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/ml-mobileclip"
5
- "git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/lvis-api"
6
- "git+https://github.com/THU-MIG/yoloe.git"
 
1
  fastapi
2
  uvicorn[standard]
3
+ git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/CLIP
4
+ git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/ml-mobileclip
5
+ git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/lvis-api
6
+ git+https://github.com/THU-MIG/yoloe.git