zero commited on
Commit
7466658
1 Parent(s): a99963a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ WORKDIR /app
8
 
9
  RUN pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple
10
  RUN pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
 
11
 
12
  EXPOSE 6008
13
  CMD ["uvicorn" "localembedding:app" "--host" "0.0.0.0" "--port" "6008"]
 
8
 
9
  RUN pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple
10
  RUN pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
11
+ RUN pip install uvicorn
12
 
13
  EXPOSE 6008
14
  CMD ["uvicorn" "localembedding:app" "--host" "0.0.0.0" "--port" "6008"]