Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|