Skip to content

Commit 2380832

Browse files
kaovilaiweshayutin
andauthored
Update Makefile
Co-authored-by: Wesley Hayutin <[email protected]>
1 parent 0778c33 commit 2380832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ ai-review-gptme-ollama: gptme ## Review staged git changes using gptme with loca
747747
mkdir -p .ollama; \
748748
if ! podman ps | grep -q ollama; then \
749749
podman run -d \
750-
-v $$(pwd)/.ollama:/root/.ollama \
750+
-v $$(pwd)/.ollama:/root/.ollama:Z \
751751
-p 11434:11434 \
752752
--memory=$(OLLAMA_MEMORY)g \
753753
--memory-swap=$(OLLAMA_MEMORY)g \

0 commit comments

Comments
 (0)