Replies: 2 comments
-
端口映射28080:8080,29381:9380 |
Beta Was this translation helpful? Give feedback.
0 replies
-
已解决,解决方法是127.0.0.1改成0.0.0.0即可 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
FATE1.11.3,可以正常训练。FATEBoard可以正常访问


但是FATEBoard中Graph里的树状图不能使用了。
排查问题后发现在外部调用v1接口均会报错,在容器中可以运行响应接口,但容器外报错。请问如何解决。
容器内:
curl -X POST "http://127.0.0.1:9380/v1/job/query" -H "Content-Type: application/json" -d "{"job_id": "202409140731322676660"}"
正常使用
容器外使用报错:curl: (7) Failed to connect to 192.168.71.21 port 29381: Connection refused
Beta Was this translation helpful? Give feedback.
All reactions