PBWR commited on
Commit
aee0896
·
verified ·
1 Parent(s): 37b28cf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -4,6 +4,8 @@ RUN pip install --no-cache-dir \
4
  trimesh \
5
  numpy \
6
  scipy \
7
- faiss-cpu
 
 
8
 
9
  CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1
 
4
  trimesh \
5
  numpy \
6
  scipy \
7
+ faiss-cpu \
8
+ rtree \
9
+ tqdm
10
 
11
  CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1