chore(ollama): add Ollama module and job specification
This commit is contained in:
parent
2165540e58
commit
7a63a072b3
3 changed files with 56 additions and 0 deletions
3
modules/ollama/main.tf
Normal file
3
modules/ollama/main.tf
Normal file
|
@ -0,0 +1,3 @@
|
|||
resource "nomad_job" "ollama" {
|
||||
jobspec = file("${path.module}/jobspec.nomad.hcl")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue