DiamondLightSource / python-copier-template

Diamond's opinionated copier template for pure Python projects managed by pip
Apache License 2.0
5 stars 2 forks source link

Decide whether to base the devcontainer on `mcr.microsoft.com/devcontainers/python` #208

Open coretl opened 2 hours ago

coretl commented 2 hours ago

See https://github.com/devcontainers/images/tree/main/src/python

Pros:

Cons:

@callumforrester @garryod thoughts?

garryod commented 2 hours ago

Don't think the tie in would be too strong, but generally prefer composition (features) instead of a monolithic base container. Then again, features can be rather slow