KJ24 commited on
Commit
9f42b62
·
verified ·
1 Parent(s): 8fb95a6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -52,7 +52,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
52
 
53
 
54
  # 🧪 Étape 3 – Forcer tokenizers==0.19.0 avant le reste
55
- RUN pip install tokenizers==0.19.0 --no-deps
56
 
57
  # 💥 Installer les dépendances Python (sauf chonkie)
58
 
 
52
 
53
 
54
  # 🧪 Étape 3 – Forcer tokenizers==0.19.0 avant le reste
55
+ # RUN pip install tokenizers==0.19.0 --no-deps
56
 
57
  # 💥 Installer les dépendances Python (sauf chonkie)
58