Skip to content

Commit

Permalink
fix: Use new llama3.2 Ollama image for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Oct 16, 2024
1 parent 0e35993 commit 131642e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class TestcontainersConfiguration {
@RestartScope
@ServiceConnection
OllamaContainer ollama() {
return new OllamaContainer(DockerImageName.parse("ghcr.io/thomasvitale/ollama-llama-3-2")
return new OllamaContainer(DockerImageName.parse("ghcr.io/thomasvitale/ollama-llama3-2")
.asCompatibleSubstituteFor("ollama/ollama"));
}

Expand Down

0 comments on commit 131642e

Please sign in to comment.