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 0778c33 commit 2380832Copy full SHA for 2380832
Makefile
@@ -747,7 +747,7 @@ ai-review-gptme-ollama: gptme ## Review staged git changes using gptme with loca
747
mkdir -p .ollama; \
748
if ! podman ps | grep -q ollama; then \
749
podman run -d \
750
- -v $$(pwd)/.ollama:/root/.ollama \
+ -v $$(pwd)/.ollama:/root/.ollama:Z \
751
-p 11434:11434 \
752
--memory=$(OLLAMA_MEMORY)g \
753
--memory-swap=$(OLLAMA_MEMORY)g \
0 commit comments