File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ EXPOSE 8501
2222# ENV OLLAMA_URL=http://localhost:11434
2323ENV OLLAMA_URL=http://10.0.0.210:11434
2424# ENV OLLAMA_URL=http://host.docker.internal:11434
25- ENV OLLAMA_MODEL=llama2:latest
25+ ENV OLLAMA_MODEL=qwen2.5-coder:3b
2626
2727
2828# Command to run the Streamlit app
Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ The project uses a local Ollama server for language processing.
6969
7070#### Pull the Model:
7171``` bash
72- ollama pull llama2:latest
72+ ollama pull qwen2.5-coder:3b
7373```
74- This downloads the ` llama2:latest ` model (default for this project).
74+ This downloads the ` qwen2.5-coder:3b ` model (default for this project).
7575
7676#### Run the Ollama Server:
7777``` bash
Original file line number Diff line number Diff line change 2121 - name : OLLAMA_URL
2222 value : " http://ollama-service:11434"
2323 - name : OLLAMA_MODEL
24- value : " llama2:latest "
24+ value : " qwen2.5-coder:3b "
Original file line number Diff line number Diff line change 1818 ports :
1919 - containerPort : 11434
2020 command : ["/bin/sh", "-c"]
21- args : ["ollama serve & sleep 5 && ollama pull llama2:latest && tail -f /dev/null"]
21+ args : ["ollama serve & sleep 5 && ollama pull qwen2.5-coder:3b && tail -f /dev/null"]
You can’t perform that action at this time.
0 commit comments