VcRlAgent commited on
Commit
3f8e1ce
·
1 Parent(s): ade7925
Files changed (1) hide show
  1. 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
- # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
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"]