Spaces:
Sleeping
Sleeping
To RunPod
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -23,6 +23,6 @@ COPY . .
|
|
| 23 |
EXPOSE 7860
|
| 24 |
|
| 25 |
ENV RUNPOD_VERBOSE=1
|
| 26 |
-
CMD ["/entrypoint.sh"]
|
| 27 |
-
CMD ["python", "handler.py"]
|
| 28 |
-
|
|
|
|
| 23 |
EXPOSE 7860
|
| 24 |
|
| 25 |
ENV RUNPOD_VERBOSE=1
|
| 26 |
+
#CMD ["/entrypoint.sh"]
|
| 27 |
+
#CMD ["python", "handler.py"]
|
| 28 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|