Add job_scheduling to docker-compose.yml

This commit is contained in:
FiveMovesAhead 2026-01-28 10:46:10 +00:00
parent 8629e985f2
commit 666dfd4179
2 changed files with 12 additions and 1 deletions

View File

@ -148,6 +148,12 @@ SELECT '
"track_settings": {},
"weight": 1,
"batch_size": 8
},
{
"algorithm_id": "c007_a001",
"track_settings": {},
"weight": 1,
"batch_size": 8
}
],
"time_before_batch_retry": 60000,

View File

@ -55,4 +55,9 @@ services:
neuralnet_optimizer:
<<: [*common, *common-gpu]
image: ghcr.io/tig-foundation/tig-monorepo/neuralnet_optimizer/runtime:${VERSION}
container_name: neuralnet_optimizer
container_name: neuralnet_optimizer
job_scheduling:
<<: *common
image: ghcr.io/tig-foundation/tig-monorepo/job_scheduling/runtime:${VERSION}
container_name: job_scheduling