iridescentX commited on
Commit
0c8a663
·
verified ·
1 Parent(s): 60ee947

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \