Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,7 +22,7 @@ ENV TRANSFORMERS_CACHE=/tmp/hf_cache
|
|
| 22 |
EXPOSE 7860
|
| 23 |
|
| 24 |
# Precompute embeddings at build time (optional: adjust if dataset is large)
|
| 25 |
-
RUN python -c "\
|
| 26 |
import os, torch, pandas as pd;\
|
| 27 |
from sentence_transformers import SentenceTransformer;\
|
| 28 |
model = SentenceTransformer('./muril_combined_multilingual_model');\
|
|
|
|
| 22 |
EXPOSE 7860
|
| 23 |
|
| 24 |
# Precompute embeddings at build time (optional: adjust if dataset is large)
|
| 25 |
+
#RUN python -c "\
|
| 26 |
import os, torch, pandas as pd;\
|
| 27 |
from sentence_transformers import SentenceTransformer;\
|
| 28 |
model = SentenceTransformer('./muril_combined_multilingual_model');\
|