Soumik Bose commited on
Commit
63d026b
·
1 Parent(s): 8dce736
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +31,7 @@ USER user
31
 
32
  # Install llama-cpp-python with optimized build flags
33
  RUN CMAKE_ARGS="-DGGML_BLAS=OFF -DGGML_NATIVE=OFF -DGGML_AVX2=ON" \
34
- pip install --no-cache-dir --user --upgrade llama-cpp-python
35
 
36
  # Copy requirements and install dependencies
37
  COPY --chown=user:user requirements.txt .
 
31
 
32
  # Install llama-cpp-python with optimized build flags
33
  RUN CMAKE_ARGS="-DGGML_BLAS=OFF -DGGML_NATIVE=OFF -DGGML_AVX2=ON" \
34
+ pip install --no-cache-dir --user llama-cpp-python==0.3.16
35
 
36
  # Copy requirements and install dependencies
37
  COPY --chown=user:user requirements.txt .