Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,4 +27,4 @@ RUN conda run -n main pip install --no-cache-dir -r requirements.txt && \
|
|
| 27 |
|
| 28 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
| 29 |
|
| 30 |
-
ENTRYPOINT ["bash", "-c", "echo HF_TOKEN=$
|
|
|
|
| 27 |
|
| 28 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
| 29 |
|
| 30 |
+
ENTRYPOINT ["bash", "-c", "echo HF_TOKEN=$chandana_key_fusionragex > .env && echo HF_MODEL=google/flan-t5-large >> .env && echo SBERT_MODEL=sentence-transformers/all-mpnet-base-v2 >> .env && conda run -n main python -m uvicorn app.api:app --host 0.0.0.0 --port 7860 --log-level info"]
|