cvrunner package

Subpackages

Submodules

cvrunner.cli module

cvrunner.cli.build_and_push_image(source_image, target_image, context)
Return type:

None

cvrunner.cli.build_docker_image(source_image, target_image, env_dir)

Build Docker image using docker-compose with temporary override files.

Return type:

None

cvrunner.cli.docker_image_exists(image)

Check if a Docker image exists locally.

Return type:

bool

cvrunner.cli.get_compose_cmd()

Get the docker compose command.

cvrunner.cli.main()
Return type:

None

cvrunner.cli.run_in_docker(args)

Run experiment inside Docker container.

Return type:

None

cvrunner.cli.run_local(args)

Run experiment locally using torchrun. This handles both Single-GPU and Multi-GPU transparently.

Return type:

None

cvrunner.cli.run_on_k8s(args)

Submit Job to K8s.

Return type:

None

cvrunner.cli.sync_env_secret(context)
Return type:

None

Module contents