chore(ollama): replace working dir from alloc to task
This commit is contained in:
parent
bb8f26efda
commit
01ae40762d
1 changed files with 1 additions and 6 deletions
|
@ -12,11 +12,6 @@ job "ollama" {
|
|||
}
|
||||
}
|
||||
|
||||
ephemeral_disk {
|
||||
migrate = true
|
||||
size = 5000
|
||||
}
|
||||
|
||||
task "ollama" {
|
||||
driver = "docker"
|
||||
|
||||
|
@ -30,7 +25,7 @@ job "ollama" {
|
|||
runtime = "nvidia"
|
||||
|
||||
volumes = [
|
||||
"alloc/data/:/root/.ollama"
|
||||
"data/:/root/.ollama"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue