pnnbao-ump commited on
Commit
1f1813a
·
verified ·
1 Parent(s): 65d20a3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,7 +42,7 @@ RUN python -m pip install --no-cache-dir --upgrade pip
42
 
43
  # 5. Cài đặt llama-cpp-python trước (để tự resolve numpy)
44
  RUN pip install --no-cache-dir \
45
- llama-cpp-python
46
 
47
  # 6. Cài đặt các thư viện Python khác
48
  RUN pip install --no-cache-dir \
 
42
 
43
  # 5. Cài đặt llama-cpp-python trước (để tự resolve numpy)
44
  RUN pip install --no-cache-dir \
45
+ llama-cpp-python==0.3.2
46
 
47
  # 6. Cài đặt các thư viện Python khác
48
  RUN pip install --no-cache-dir \