KJ24 commited on
Commit
598bc58
·
verified ·
1 Parent(s): a18cb22

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -37,6 +37,9 @@ ENV SENTENCE_TRANSFORMERS_HOME=/tmp/hf
37
  # ===== RÉPERTOIRE DE TRAVAIL =====
38
  WORKDIR /app
39
 
 
 
 
40
  # ===== INSTALLATION DÉPENDANCES SYSTÈME MINIMALES =====
41
  RUN apt-get update && apt-get install -y --no-install-recommends \
42
  build-essential \
 
37
  # ===== RÉPERTOIRE DE TRAVAIL =====
38
  WORKDIR /app
39
 
40
+
41
+ RUN pip uninstall -y sentence-transformers && pip install sentence-transformers==2.6.1
42
+
43
  # ===== INSTALLATION DÉPENDANCES SYSTÈME MINIMALES =====
44
  RUN apt-get update && apt-get install -y --no-install-recommends \
45
  build-essential \