diff --git a/tutorials/deploy-openwebui-with-generative-apis/index.mdx b/tutorials/deploy-openwebui-with-generative-apis/index.mdx index df9debb401..c648bf73ff 100644 --- a/tutorials/deploy-openwebui-with-generative-apis/index.mdx +++ b/tutorials/deploy-openwebui-with-generative-apis/index.mdx @@ -137,7 +137,7 @@ Run the following command to create the container with your **Docker image and s $ scw container container create name=open-webui \ namespace-id= \ - registry-image="ghcr.io/open-webui/open-webui:main" \ + registry-image="ghcr.io/open-webui/open-webui:0.5.10" \ environment-variables.OPENAI_API_BASE_URL="https://api.scaleway.ai//v1" \ secret-environment-variables.0.key="OPENAI_API_KEY" \ secret-environment-variables.0.value="" \ @@ -152,4 +152,8 @@ $ scw container container create name=open-webui \ Replace `` and `` with your actual values. + + This snippet deploys OpenWebUI version `0.5.10`. For the latest version replace `open-webui:0.5.10` by `open-webui:main`. Note that storage and memory requirements often increase with latest versions, as new features or built-in models may be included in the OpenWebUI container image. In this case, if the container is in `Error` state we recommend to increase `cpu-limit`, `memory-limit` or `local-storage-limit` values to recommended OpenWebUI values. + + For more information, refer to Scaleway's [Serverless Containers documentation](/serverless-containers/).