Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -2
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 hf_xet
|
13 |
|
14 |
# Update the admin password in webui.db by setting secret ORIN_PASSWORD, admin account is [email protected]
|
15 |
COPY webui3.db /webui.db
|
@@ -29,4 +29,4 @@ RUN chmod -R 777 /data
|
|
29 |
|
30 |
EXPOSE 7860
|
31 |
|
32 |
-
|
|
|
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 uvicorn
|
13 |
|
14 |
# Update the admin password in webui.db by setting secret ORIN_PASSWORD, admin account is [email protected]
|
15 |
COPY webui3.db /webui.db
|
|
|
29 |
|
30 |
EXPOSE 7860
|
31 |
|
32 |
+
CMD ["bash", "start.sh"]
|