Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ RUN mkdir -p /data/cache
|
|
9 |
|
10 |
# Install necessary dependencies
|
11 |
RUN apt-get update && apt-get install -y apache2-utils sqlite3
|
12 |
-
RUN pip install -U pip wheel cmake
|
13 |
|
14 |
# Update the admin password in webui.db by setting secret ORIN_PASSWORD, admin account is vilarin@huggingface.co
|
15 |
COPY webui3.db /webui.db
|
|
|
9 |
|
10 |
# Install necessary dependencies
|
11 |
RUN apt-get update && apt-get install -y apache2-utils sqlite3
|
12 |
+
RUN pip install -U pip wheel cmake hf_xet
|
13 |
|
14 |
# Update the admin password in webui.db by setting secret ORIN_PASSWORD, admin account is vilarin@huggingface.co
|
15 |
COPY webui3.db /webui.db
|