Skip to content

Commit b489210

Browse files
committed
Fix: typo for double dash
1 parent 6978020 commit b489210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
docker network create --subnet=${{ secrets.SUBNET_ADDRESS }}/16 ollama-net || true
8585
docker run --rm -d \
86-
-gpus=all
86+
--gpus=all
8787
-v ollama:/root/.ollama \
8888
-p ${{ secrets.OLLAMA_PORT }}:${{ secrets.OLLAMA_PORT }} \
8989
--name ollama \

0 commit comments

Comments
 (0)