"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "583ac113fbfc6d4b0f02b3872f567a2820efc7b0"
Unverified Commit 76139fc8 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #388 from ollama-webui/run-script

feat: run-ollama-docker.sh added
parents 1c6b59ee 0bb8ec46
docker rm -f ollama || true
docker pull ollama/ollama
# CPU Only
docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
# GPU Support
# docker run -d --gpus=all -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
docker image prune -f
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment