Xingming Li
Results
1
issues of
Xingming Li
使用下面这个docker compose在本地部署服务 ```bash services: csghub: image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/omnibus-csghub:v1.10.0-ce container_name: csghub environment: CSGHUB_OMNIBUS_CONFIG: | csghub: external_url: "http://xx.xx.xx.xx" server: multi_sync: enabled: false proxy: hosts: [] model: download_endpoint: "http://xx.xx.xx.xx" telemetry: enable: false dataflow: address:...