added forgetten transformers lib
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ COPY . /app
|
|
| 12 |
|
| 13 |
# Install Python deps
|
| 14 |
RUN pip install --upgrade pip
|
| 15 |
-
RUN pip install --prefer-binary llama-cpp-python==0.2.90 fastapi uvicorn huggingface-hub
|
| 16 |
|
| 17 |
|
| 18 |
# Expose FastAPI port
|
|
|
|
| 12 |
|
| 13 |
# Install Python deps
|
| 14 |
RUN pip install --upgrade pip
|
| 15 |
+
RUN pip install --prefer-binary llama-cpp-python==0.2.90 fastapi uvicorn huggingface-hub transformers
|
| 16 |
|
| 17 |
|
| 18 |
# Expose FastAPI port
|