Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -16,6 +16,9 @@ RUN mkdir -p /app/backend/data/functions
|
|
| 16 |
# Install necessary dependencies
|
| 17 |
RUN apt-get update && apt-get install -y apache2-utils sqlite3
|
| 18 |
|
|
|
|
|
|
|
|
|
|
| 19 |
# Update the password in webui.db
|
| 20 |
# COPY webui.db /webui.db
|
| 21 |
# RUN --mount=type=secret,id=ORIN_PASSWORD,mode=0444,required=true \
|
|
|
|
| 16 |
# Install necessary dependencies
|
| 17 |
RUN apt-get update && apt-get install -y apache2-utils sqlite3
|
| 18 |
|
| 19 |
+
# 安装Python依赖包
|
| 20 |
+
RUN pip install einops
|
| 21 |
+
|
| 22 |
# Update the password in webui.db
|
| 23 |
# COPY webui.db /webui.db
|
| 24 |
# RUN --mount=type=secret,id=ORIN_PASSWORD,mode=0444,required=true \
|