Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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
|