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 db06224 commit 16e091fCopy full SHA for 16e091f
src/CommunityToolkit.Aspire.Hosting.Ollama/OllamaContainerImageTags.cs
@@ -4,7 +4,7 @@ internal static class OllamaContainerImageTags
4
{
5
public const string Registry = "docker.io";
6
public const string Image = "ollama/ollama";
7
- public const string Tag = "0.6.0";
+ public const string Tag = "0.6.8";
8
9
public const string OpenWebUIRegistry = "ghcr.io";
10
public const string OpenWebUIImage = "open-webui/open-webui";
0 commit comments