Spaces:
Sleeping
Sleeping
fix: update SentenceTransformer cache parameter to cache_folder
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,4 +20,4 @@ print('✓ All Embedding, Reranker, and IndicTrans2 models cached')"
|
|
| 20 |
COPY . .
|
| 21 |
|
| 22 |
EXPOSE 7860
|
| 23 |
-
CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 20 |
COPY . .
|
| 21 |
|
| 22 |
EXPOSE 7860
|
| 23 |
+
CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "7860"]
|