Spaces:
Sleeping
Sleeping
Commit ·
227bccb
1
Parent(s): 6ca256c
updated
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ COPY requirements.txt .
|
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
# Pre-download the embedding model so it's baked into the image
|
| 15 |
-
|
| 16 |
|
| 17 |
# Copy app files
|
| 18 |
COPY . .
|
|
|
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
# Pre-download the embedding model so it's baked into the image
|
| 15 |
+
sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2')"
|
| 16 |
|
| 17 |
# Copy app files
|
| 18 |
COPY . .
|