diff --git a/recipes/natural_language_processing/chatbot/Makefile b/recipes/natural_language_processing/chatbot/Makefile index 35934144b..d86b7b40a 100644 --- a/recipes/natural_language_processing/chatbot/Makefile +++ b/recipes/natural_language_processing/chatbot/Makefile @@ -1,8 +1,8 @@ APP=chatbot -MODELIMAGE=quay.io/ai-lab/mistral-7b-instruct:latest -APPIMAGE=quay.io/ai-lab/${APP}:latest -SERVERIMAGE=quay.io/ai-lab/llamacpp-python:latest -SSHPUBKEY := $(shell cat ${HOME}/.ssh/id_rsa.pub;) +MODELIMAGE ?= quay.io/ai-lab/mistral-7b-instruct:latest +APPIMAGE ?= quay.io/ai-lab/${APP}:latest +SERVERIMAGE ?= quay.io/ai-lab/llamacpp-python:latest +SSHPUBKEY ?= $(shell cat ${HOME}/.ssh/id_rsa.pub;) .PHONY: build build: podman build -f builds/Containerfile -t ghcr.io/ai-lab-recipes/${APP} . @@ -27,7 +27,6 @@ quadlet: > /tmp/${APP}.yaml cp quadlet/${APP}.kube build/${APP}.kube - .PHONY: install install: wget https://www.slimjetbrowser.com/chrome/files/103.0.5060.53/google-chrome-stable_current_amd64.deb