papaduvalier commited on
Commit
7885211
·
verified ·
1 Parent(s): 7ac0afa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ RUN mkdir -p /data/cache
8
 
9
  # Install necessary dependencies
10
  RUN apt-get update && apt-get install -y apache2-utils sqlite3
 
11
 
12
  # Update the admin password in webui.db by setting secret ORIN_PASSWORD, admin account is [email protected]
13
  COPY webui3.db /webui.db
 
8
 
9
  # Install necessary dependencies
10
  RUN apt-get update && apt-get install -y apache2-utils sqlite3
11
+ RUN pip install -U pip wheel cmake
12
 
13
  # Update the admin password in webui.db by setting secret ORIN_PASSWORD, admin account is [email protected]
14
  COPY webui3.db /webui.db