We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e5c40 commit d54a5a0Copy full SHA for d54a5a0
.github/workflows/deploy.yml
@@ -111,7 +111,6 @@ jobs:
111
run: |
112
docker network create --subnet=${{ secrets.SUBNET_ADDRESS }}/16 ollama-net || true
113
docker run --rm -d \
114
- --gpus=all
115
-v ollama:/root/.ollama \
116
-p ${{ secrets.OLLAMA_PORT }}:${{ secrets.OLLAMA_PORT }} \
117
--name ollama \
0 commit comments