asv7j commited on
Commit
c97a570
1 Parent(s): ec77fcb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
10
  WORKDIR /app
11
 
12
 
13
- RUN pip --no-cache-dir install fastapi uvicorn[standard]==0.17.* transformers torch accelerate
14
  run CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
15
 
16
  RUN cat /proc/cpuinfo
 
10
  WORKDIR /app
11
 
12
 
13
+ RUN pip --no-cache-dir install requests fastapi uvicorn[standard]==0.17.* transformers torch accelerate
14
  run CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
15
 
16
  RUN cat /proc/cpuinfo