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 553a1ec commit cd4f2b2Copy full SHA for cd4f2b2
.gitignore
@@ -50,4 +50,4 @@ tests/e2e/must-gather/
50
.ollama/
51
52
# Custom AI review prompt (use prompt.example as template)
53
-./ai/Makefile/Prompt/prompt
+ai/Makefile/Prompt/prompt
Makefile
@@ -742,7 +742,7 @@ ai-review-gptme-ollama: gptme ## Review staged git changes using gptme with loca
742
mkdir -p .ollama; \
743
if ! podman ps | grep -q ollama; then \
744
podman run -d \
745
- -v $$(pwd)/.ollama:/root/.ollama \
+ -v $$(pwd)/.ollama:/root/.ollama:Z \
746
-p 11434:11434 \
747
--memory=$(OLLAMA_MEMORY)g \
748
--memory-swap=$(OLLAMA_MEMORY)g \
0 commit comments