docker run --privileged --gpus=all -d -e CUDA_VISIBLE_DEVICES=0,1 -e OLLAMA_ORIGINS="*" -e OLLAMA_KEEP_ALIVE=-1 -e OLLAMA_NUM_PARALLEL=4 -v /home/ubuntu/Documents/.ollama:/root/.ollama -p 11435:11434 --restart always --name ollamademo ollama/ollama
docker run -d --name ds --privileged --gpus all -v c:/users/tshug/.ollama:/root/.ollama -p 11438:11434 -e OLLAMA_ORIGINS="*" -e OLLAMA_KEEP_ALIVE=-1 -e OLLAMA_NUM_PARALLEL=4 --restart always whayer.cn/ds

image.png