root commited on
Commit
c7c215f
1 Parent(s): e658cb6
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -69,8 +69,8 @@ COPY requirements.txt .
69
  RUN pip install -r requirements.txt
70
  COPY . .
71
 
72
- ENTRYPOINT ["uvicorn", "zenml.zen_server.zen_server_api:app", "--log-level", "debug"]
73
-
74
  CMD ["python", "pipelines/training_pipeline.py"]
75
 
76
- #CMD ["--proxy-headers", "--port", "8080", "--host", "dangtruonghsgs-film-mlmodule.hf.space"]
 
 
 
69
  RUN pip install -r requirements.txt
70
  COPY . .
71
 
 
 
72
  CMD ["python", "pipelines/training_pipeline.py"]
73
 
74
+ ENTRYPOINT ["uvicorn", "zenml.zen_server.zen_server_api:app", "--log-level", "debug"]
75
+
76
+ CMD ["--proxy-headers", "--port", "8080", "--host", "0.0.0.0"]