Skip to content

Commit

Permalink
Changing init command
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayush-Agnihotri committed Nov 26, 2024
1 parent 717f28d commit 8f8e1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- "11434:11434"
networks:
- app-network
command: ["docker", "exec", "ollama", "ollama", "run", "llama3.2:1b"]
command: ["ollama", "run", "llama3.2:1b"]

ai-dev-app:
image: cornellappdev/ai-dev:${IMAGE_TAG}
Expand Down

0 comments on commit 8f8e1f8

Please sign in to comment.