We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6978020 commit b489210Copy full SHA for b489210
.github/workflows/deploy.yml
@@ -83,7 +83,7 @@ jobs:
83
run: |
84
docker network create --subnet=${{ secrets.SUBNET_ADDRESS }}/16 ollama-net || true
85
docker run --rm -d \
86
- -gpus=all
+ --gpus=all
87
-v ollama:/root/.ollama \
88
-p ${{ secrets.OLLAMA_PORT }}:${{ secrets.OLLAMA_PORT }} \
89
--name ollama \
0 commit comments