xuhe
xuhe
my docker version is `20.10.24`, I use `--add-host host.docker.internal:host-gateway` arg, it works. in old version, the syntax is different for this arg, the README.md can add a tip for this...
> `No module named 'chatglm_cpp._C'` 仓库的最外层目录中 init 文件中引入了这个包,同时 pip 拉取的依赖中的 init 文件 也有这个包,导致冲突。 cd 到其他目录就不会有 init 冲突问题。 至于 pydantic_settings 包报错,可能是拉取依赖的问题 感谢这个方法,帮我解决了问题
你好, 我使用`https://dockerproxy.net/`作为镜像源, 目前这个镜像源依旧可以使用
I will solve these problems and change the chinese readme.md, then craete a new PR thanks for your suggestion.
OK, I has fixed it and change the chinese readme.md please review it
> Maybe also add example with docker-compose? A lot of people (like me) likes running docker containers using docker-compose. I have example with building and passing args: > > ```yaml...