Skip to main content

CSGHub Enterprise Edition v1.4.0

Release time:2025-02-20
Main updates:

  • Added the ability to configure Space Resource resources through the console
  • Added the ability to configure Runtime Framework through the console
  • Added the ability to create a model Serverless instance through the console

Installation method:

  • Docker

    wget https://opencsg-csghub-compose.oss-cn-beijing.aliyuncs.com/csghub-latest.tgz
    tar -zxf csghub-latest.tgz && cd csghub && ./configure
  • Helm Chart

    helm upgrade --install csghub csghub/csghub \
    --namespace csghub \
    --create-namespace \
    --set global.ingress.domain="example.com" \
    --set global.deployment.knative.serving.services[0].type="NodePort" \
    --set global.deployment.knative.serving.services[0].domain="app.internal" \
    --set global.deployment.knative.serving.services[0].host=<knative serving network service host> \
    --set global.deployment.knative.serving.services[0].port="30213"