Skip to content

Commit

Permalink
Merge pull request #692 from eloimarquessilva/patch-2
Browse files Browse the repository at this point in the history
Update index.ts
  • Loading branch information
deiucanta authored Jan 2, 2025
2 parents 6ff4d82 + 600f42d commit a68f58d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/ollama/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ export function generate(input: Input): Output {
name: "data",
mountPath: "/data",
},
{
type: "volume",
name: "ollama",
mountPath: "/root/.ollama",
},
],
},
});
Expand Down

0 comments on commit a68f58d

Please sign in to comment.