KJ24 commited on
Commit
e204773
·
verified ·
1 Parent(s): 7d2541e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -50,7 +50,7 @@ RUN pip install --upgrade pip
50
  RUN pip install -r requirements.txt
51
 
52
 
53
- RUN pip install llama-cpp-python==0.2.24 llama-index-llms-llama-cpp==0.1.2
54
 
55
  # ✅ PATCH SÉCURITÉ : Réinstaller uvicorn explicitement
56
  RUN pip install uvicorn
 
50
  RUN pip install -r requirements.txt
51
 
52
 
53
+ # RUN pip install llama-cpp-python==0.2.24 llama-index-llms-llama-cpp==0.1.2
54
 
55
  # ✅ PATCH SÉCURITÉ : Réinstaller uvicorn explicitement
56
  RUN pip install uvicorn