Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion tutorials/deploy-openwebui-with-generative-apis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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=<YOUR_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/<YOUR_PROJECT_ID>/v1" \
secret-environment-variables.0.key="OPENAI_API_KEY" \
secret-environment-variables.0.value="<YOUR_SECRET_KEY>" \
Expand All @@ -152,4 +152,8 @@ $ scw container container create name=open-webui \
Replace `<YOUR_PROJECT_ID>` and `<YOUR_API_KEY>` with your actual values.
</Message>

<Message type="tip">
This snippet deploys OpenWebUI version `0.5.10`. For 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 OpenWebUI container image. In this case, if container is in `Error` we recommend to increase `cpu-limit`, `memory-limit` or `local-storage-limit` values to recommended OpenWebUI values.
</Message>

For more information, refer to Scaleway's [Serverless Containers documentation](/serverless-containers/).