blanchon commited on
Commit
80de2a0
·
1 Parent(s): 11e0298
Dockerfile CHANGED
@@ -72,4 +72,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=30s --retries=3 \
72
  CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:${PORT}/api/health')" || exit 1
73
 
74
  # Run the application
75
- CMD ["sh", "-c", "python launch_simple.py --host localhost --port ${PORT} --transport-server-url ${TRANSPORT_SERVER_URL}"]
 
72
  CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:${PORT}/api/health')" || exit 1
73
 
74
  # Run the application
75
+ CMD ["sh", "-c", "python launch_simple.py --host 0.0.0.0 --port ${PORT} --transport-server-url ${TRANSPORT_SERVER_URL}"]
src/inference_server/__pycache__/__init__.cpython-313.pyc CHANGED
Binary files a/src/inference_server/__pycache__/__init__.cpython-313.pyc and b/src/inference_server/__pycache__/__init__.cpython-313.pyc differ
 
src/inference_server/__pycache__/export_openapi.cpython-312.pyc CHANGED
Binary files a/src/inference_server/__pycache__/export_openapi.cpython-312.pyc and b/src/inference_server/__pycache__/export_openapi.cpython-312.pyc differ
 
src/inference_server/__pycache__/export_openapi.cpython-313.pyc CHANGED
Binary files a/src/inference_server/__pycache__/export_openapi.cpython-313.pyc and b/src/inference_server/__pycache__/export_openapi.cpython-313.pyc differ