eshameo045 commited on
Commit
227bccb
·
1 Parent(s): 6ca256c
Files changed (1) hide show
  1. 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
- RUN python -c "from sentence_transformers import SentenceTransformer; SentenceTransformer('sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2')"
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 . .