diff --git a/tig-benchmarker/slave.yml b/tig-benchmarker/slave.yml index c75af0c..ee76ca4 100644 --- a/tig-benchmarker/slave.yml +++ b/tig-benchmarker/slave.yml @@ -50,4 +50,9 @@ services: hypergraph: <<: [*common, *common-gpu] image: ghcr.io/tig-foundation/tig-monorepo/hypergraph/runtime:${VERSION} - container_name: hypergraph \ No newline at end of file + container_name: hypergraph + + neuralnet_optimizer: + <<: [*common, *common-gpu] + image: ghcr.io/tig-foundation/tig-monorepo/neuralnet_optimizer/runtime:${VERSION} + container_name: neuralnet_optimizer \ No newline at end of file