someone can help me? I have deployed with docker as in the tutorial, but when I predicted an error appears as in the picture…
and below is the log
the os I use windows 11 64bit
someone can help me? I have deployed with docker as in the tutorial, but when I predicted an error appears as in the picture…
and below is the log
the os I use windows 11 64bit
I’ve asked other mentors to see if anyone has access to windows 11. Please wait or try things on linux (ubuntu).
Hello @fahmi_aziz_fadhil
There could be several reasons for this issue but I suspect there might be a potential issue with your network configuration.
Ensure that your network configuration is set up correctly and supports the address family being used as the warning message suggests that the address family for the specified nodename is not supported.
The log indicates that the server runs on port 8500 for gRPC and port 8501 for HTTP/REST API. Ensure that these ports are not blocked by a firewall and are accessible from your current network environment.
Let me know if this helps