Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|