chore: update volume paths to point to ephemeral disks
This commit is contained in:
parent
d498590a22
commit
109f294cff
2 changed files with 11 additions and 6 deletions
|
@ -12,6 +12,11 @@ job "ollama" {
|
|||
}
|
||||
}
|
||||
|
||||
ephemeral_disk {
|
||||
migrate = true
|
||||
size = 200
|
||||
}
|
||||
|
||||
task "ollama" {
|
||||
driver = "docker"
|
||||
|
||||
|
@ -25,7 +30,7 @@ job "ollama" {
|
|||
runtime = "nvidia"
|
||||
|
||||
volumes = [
|
||||
"data/:/root/.ollama"
|
||||
"../alloc/data/:/root/.ollama"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue