Skip to content

Commit

Permalink
Merge pull request #249 from Gregory-Pereira/remove-net-host-from-lla…
Browse files Browse the repository at this point in the history
…macpp-python

removing --net=host from the run command of llamacpp_python ms
  • Loading branch information
Gregory-Pereira authored Apr 11, 2024
2 parents f2fcc5e + 7c62d72 commit 62525a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ install:
.PHONY: run
run:
cd ../../models && \
podman run -it -d -p $(PORT):$(PORT) -v ./$(SELECTED_MODEL_NAME):$(MODELS_PATH)/model.gguf:$(BIND_MOUNT_OPTIONS) -e MODEL_PATH=$(MODELS_PATH)/model.gguf -e HOST=0.0.0.0 -e PORT=$(PORT) --net=host $(IMAGE)
podman run -it -d -p $(PORT):$(PORT) -v ./$(SELECTED_MODEL_NAME):$(MODELS_PATH)/model.gguf:$(BIND_MOUNT_OPTIONS) -e MODEL_PATH=$(MODELS_PATH)/model.gguf -e HOST=0.0.0.0 -e PORT=$(PORT) $(IMAGE)

.PHONY: test
test:
Expand Down

0 comments on commit 62525a3

Please sign in to comment.