Spaces:
Sleeping
Sleeping
HanningChen
commited on
Commit
·
a9de562
1
Parent(s):
6feb3b2
add imagebind install in Docker file
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -22,3 +22,5 @@ EXPOSE 7860
|
|
| 22 |
|
| 23 |
# Start FastAPI
|
| 24 |
CMD ["uvicorn", "webui.app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
# Start FastAPI
|
| 24 |
CMD ["uvicorn", "webui.app:app", "--host", "0.0.0.0", "--port", "7860"]
|
| 25 |
+
|
| 26 |
+
RUN pip install --no-cache-dir -e /app/ImageBind
|