Update Dockerfile
Browse files- 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
|