All the necessary dependency are in Dockerfile run the below command in terminal in the number sequence.
-
build docker image
bash build_image.sh
-
build container
bash start_container.sh
-
activate conda env
conda activate chat_env
-
download and install ollam
curl -fsSL https://ollama.com/install.sh | sh
-
run llama3
ollama run llama3
streamlit run run.py