odai0 commited on
Commit
9ff47d9
·
1 Parent(s): 3cd7159

added forgetten transformers lib

Browse files
Files changed (1) hide show
  1. 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