Skip to content

Commit

Permalink
Update base.config with docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
essharom authored Aug 21, 2024
1 parent 111762d commit c3e9e35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ profiles {
shifter.enabled = false
charliecloud.enabled = false

process.container = "ghcr.io/{{ cookiecutter.archetype_org }}/{{ cookiecutter.archetype_id }}:0.0.10"
process.container = "ghcr.io/stracquadaniolab/gnn-suite:latest"
}

singularity {
Expand All @@ -52,7 +52,7 @@ profiles {
shifter.enabled = false
charliecloud.enabled = false

process.container = "docker://ghcr.io/{{ cookiecutter.archetype_org }}/{{ cookiecutter.archetype_id }}:0.0.10"
process.container = "docker://ghcr.io/stracquadaniolab/gnn-suite:latest"
}

slurm {
Expand Down Expand Up @@ -130,4 +130,4 @@ report {
trace {
enabled = true
file = "logs/execution_trace.txt"
}
}

0 comments on commit c3e9e35

Please sign in to comment.