matthoffner commited on
Commit
f579237
·
verified ·
1 Parent(s): 7599dac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && \
11
  curl
12
 
13
  RUN pip install -U pip setuptools wheel && \
14
- CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" FORCE_CMAKE=1 pip install --verbose llama-cpp-python[server]
15
 
16
  # Download model
17
  RUN mkdir model && \
 
11
  curl
12
 
13
  RUN pip install -U pip setuptools wheel && \
14
+ CMAKE_ARGS="-DLLAMA_BLAS=ON" FORCE_CMAKE=1 pip install --verbose llama-cpp-python[server]
15
 
16
  # Download model
17
  RUN mkdir model && \