IOllamaResource.withOpenWebUI
Method
interface IOllamaResource { // ... omitted for brevity withOpenWebUI(configureContainer?: (obj: OpenWebUIResource) => Promise<void>, containerName?: string): IOllamaResource;}Signature
method
withOpenWebUIbuilderAdds an Open WebUI container to the application model for administering Ollama. This version of the package defaults to the main tag of the Open WebUI container image.
withOpenWebUI(configureContainer?: (obj: OpenWebUIResource) => Promise<void>, containerName?: string): IOllamaResourceParameters
configureContainer(obj: OpenWebUIResource) => Promise<void>optionalcontainerNamestringoptionalReturns
IOllamaResourceDefined on
This method is defined on the following type: