Skip to content

Entrypoints in conda recipe #112

@jacobtomlinson

Description

@jacobtomlinson

@jameslamb we are specifying the entrypoints in the pyproject.toml and the recipe.yaml. Given that the recipe just calls pip install do we need to specify them in both places?

entry_points:
- driver = rapids_cli.doctor.checks.cuda_driver:check_driver_compatibility
- gpu = rapids_cli.doctor.checks.gpu:gpu_check
- gpu_compute_capability = rapids_cli.doctor.checks.gpu:check_gpu_compute_capability
- cuda = rapids_cli.doctor.checks.cuda_driver:cuda_check
- driver_compatibility = rapids_cli.doctor.checks.cuda_driver:check_driver_compatibility
- sdd_nvme = rapids_cli.doctor.checks.sdd_nvme:check_sdd_nvme
- memory_to_gpu_ratio = rapids_cli.doctor.checks.memory:check_memory_to_gpu_ratio
- nvlink_status = rapids_cli.doctor.checks.nvlink:check_nvlink_status
- os = rapids_cli.doctor.checks.os:detect_os

The problem is that if we need to modify the entrypoints then we have to remember to do it in two places.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions