Axcel1 commited on
Commit
ccb3f7a
·
verified ·
1 Parent(s): 0f7413f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.10 1
21
  RUN pip install --upgrade pip
22
 
23
  # ✅ Install prebuilt llama-cpp-python CUDA wheel (cu121)
24
- RUN pip install --no-cache-dir llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
25
 
26
  # Copy requirements.txt and install remaining dependencies
27
  COPY requirements.txt .
 
21
  RUN pip install --upgrade pip
22
 
23
  # ✅ Install prebuilt llama-cpp-python CUDA wheel (cu121)
24
+ RUN pip install --no-cache-dir llama-cpp-python==0.3.0 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
25
 
26
  # Copy requirements.txt and install remaining dependencies
27
  COPY requirements.txt .