-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Hey everyone
I've been trying to set up self hosted runners on our k8s infrastructure. The idea is to run tests for ML/AI code that is built on top of jupyter notebooks.
I managed to add a sidecar container to the runners with the image that we use to build our models. It exposes the notebook interface on localhost:8888. Now i'm trying to get the test running. The problem is that all the commands are run on the "runner" container and not on the "notebook" container.
Is there a way for the runner container to trigger commands on the sidecar container? I had a look in the README and issues but I haven't found much about it.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested