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