Diamanta commited on
Commit
fd2a9b8
·
verified ·
1 Parent(s): 1c0d67f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -17,7 +17,8 @@ RUN pip install --no-cache-dir \
17
  llama-cpp-python==0.2.66 \
18
  fastapi \
19
  uvicorn \
20
- huggingface-hub
 
21
 
22
  # Create app directory
23
  WORKDIR /app
 
17
  llama-cpp-python==0.2.66 \
18
  fastapi \
19
  uvicorn \
20
+ huggingface-hub \
21
+ starlette
22
 
23
  # Create app directory
24
  WORKDIR /app