Gucvii commented on code in PR #825: URL: https://github.com/apache/dubbo-go-samples/pull/825#discussion_r2032221668
########## llm/README_zh.md: ########## @@ -38,6 +38,10 @@ $ ollama pull llava:7b 您可以自行pull自己喜欢的模型,并在 ```.env``` 文件中指定该demo使用模型。 +### **安装 Nacos** + +按照此说明[安装并运行 Nacos](https://dubbo-next.staged.apache.org/zh-cn/overview/reference/integrations/nacos/). Review Comment: 按照这个链接配置Nacos(docker)似乎是不可行的,因为似乎没有这个镜像(arm),而且似乎还需要多暴露一个端口: <img width="959" alt="截屏2025-04-08 09 04 12" src="https://github.com/user-attachments/assets/58f19896-b4dc-4b2d-99ac-7d8c3a6b982e" /> 建议的命令: `docker run --name nacos-quick -e MODE=standalone -p 8848:8848 -p 9848:9848 -d nacos/nacos-server:latest` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
