mirror of
https://github.com/tig-foundation/tig-monorepo.git
synced 2026-02-21 10:27:49 +08:00
Add job_scheduling to docker-compose.yml
This commit is contained in:
parent
8629e985f2
commit
666dfd4179
@ -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,
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user