update the dockerFile
This commit is contained in:
@@ -115,4 +115,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
|
|||||||
CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:8001/health')" || exit 1
|
CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:8001/health')" || exit 1
|
||||||
|
|
||||||
# # Run the CV inference server
|
# # Run the CV inference server
|
||||||
ENTRYPOINT ["python", "-m", "backend.cv_inference_server"]
|
CMD ["python", "-m", "backend.cv_inference_server"]
|
||||||
Reference in New Issue
Block a user