free-gpt commited on
Commit
8783f09
·
verified ·
1 Parent(s): c2ed2a5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && \
8
  ninja-build \
9
  build-essential \
10
  pkg-config \
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]
 
8
  ninja-build \
9
  build-essential \
10
  pkg-config \
11
+ curl git
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]