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