Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -24,5 +24,6 @@ RUN pip install -r requirements.txt
|
|
| 24 |
|
| 25 |
COPY . .
|
| 26 |
|
| 27 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 28 |
|
|
|
|
| 24 |
|
| 25 |
COPY . .
|
| 26 |
|
| 27 |
+
# CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
| 28 |
+
CMD ["python", "model_loader.py"]
|
| 29 |
|