Skip to content

Commit 31c1748

Browse files
authored
Merge pull request #24 from hotosm/initial-deployment
fix: use default ollama command
2 parents 963ac36 + ea8400b commit 31c1748

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

iac/environments/dev/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,11 @@ module "ecs" {
220220
# Second container for Ollama
221221
additional_container_definitions = [
222222
{
223-
name = "ollama"
224-
image = "ghcr.io/hotosm/osm-tagger/osm-tagger-ollama:${var.ollama_image_tag}"
225-
command = ["ollama", "serve"]
226-
cpu = 4096
227-
memory = 16384
223+
name = "ollama"
224+
image = "ghcr.io/hotosm/osm-tagger/osm-tagger-ollama:${var.ollama_image_tag}"
225+
# command = ["ollama", "serve"]
226+
cpu = 4096
227+
memory = 16384
228228
portMappings = [
229229
{
230230
containerPort = 11434

0 commit comments

Comments
 (0)