Skip to content

Commit d54a5a0

Browse files
committed
Fix: guess gpu flag does not work
1 parent e2e5c40 commit d54a5a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ jobs:
111111
run: |
112112
docker network create --subnet=${{ secrets.SUBNET_ADDRESS }}/16 ollama-net || true
113113
docker run --rm -d \
114-
--gpus=all
115114
-v ollama:/root/.ollama \
116115
-p ${{ secrets.OLLAMA_PORT }}:${{ secrets.OLLAMA_PORT }} \
117116
--name ollama \

0 commit comments

Comments
 (0)