KJ24 commited on
Commit
5f6abe3
·
verified ·
1 Parent(s): 5060c25

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- { RUN pip install "tokenizers==0.15.2"
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