papaduvalier commited on
Commit
fb33c85
·
verified ·
1 Parent(s): 4cbb7f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- #CMD ["bash", "start.sh"]
 
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"]