We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2bc03 commit cc29473Copy full SHA for cc29473
tutorials/deploy-openwebui-with-generative-apis/index.mdx
@@ -141,7 +141,11 @@ $ scw container container create name=open-webui \
141
environment-variables.OPENAI_API_BASE_URL="https://api.scaleway.ai/<YOUR_PROJECT_ID>/v1" \
142
secret-environment-variables.0.key="OPENAI_API_KEY" \
143
secret-environment-variables.0.value="<YOUR_SECRET_KEY>" \
144
- region=fr-par
+ region=fr-par \
145
+ cpu-limit=1000 \
146
+ memory-limit=4000 \
147
+ local-storage-limit=10000 \
148
+ timeout=600s
149
```
150
151
<Message type="note">
0 commit comments