matthoffner commited on
Commit
770ee4c
·
verified ·
1 Parent(s): e54bc6e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -11,7 +11,8 @@ RUN apt-get update && \
11
  curl
12
 
13
  RUN pip install -U pip setuptools wheel && \
14
- 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_CUBLAS=ON" FORCE_CMAKE=1 pip install --verbose llama-cpp-python[server]
15
+
16
 
17
  # Download model
18
  RUN mkdir model && \