Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -56,7 +56,7 @@ RUN pip install -r requirements.txt
|
|
| 56 |
|
| 57 |
|
| 58 |
# ✅ Installer tokenizers MANUELLEMENT si besoin (déjà dans le fichier, mais sécurité)
|
| 59 |
-
|
| 60 |
|
| 61 |
|
| 62 |
# ✅ Installation Chonkie compatible 'chunk_hierarchy'
|
|
@@ -73,7 +73,6 @@ RUN git clone https://github.com/chonkie-inc/chonkie.git /tmp/chonkie && \
|
|
| 73 |
|
| 74 |
|
| 75 |
|
| 76 |
-
|
| 77 |
RUN pip uninstall -y sentence-transformers && \
|
| 78 |
pip install sentence-transformers==2.6.1
|
| 79 |
|
|
|
|
| 56 |
|
| 57 |
|
| 58 |
# ✅ Installer tokenizers MANUELLEMENT si besoin (déjà dans le fichier, mais sécurité)
|
| 59 |
+
# RUN pip install "tokenizers==0.15.2"
|
| 60 |
|
| 61 |
|
| 62 |
# ✅ Installation Chonkie compatible 'chunk_hierarchy'
|
|
|
|
| 73 |
|
| 74 |
|
| 75 |
|
|
|
|
| 76 |
RUN pip uninstall -y sentence-transformers && \
|
| 77 |
pip install sentence-transformers==2.6.1
|
| 78 |
|