Code commits
Pipeline
-
Rui Xue 1a24a1a43c777fd8817c8a4cbc88151ad6ffae70
PIPE-2163/PIPE-1669: Add Docker build support and optimize environment config
Add `Dockerfile` and `.dockerignore` to provision an installation-ready CASA environment. Note that the actual Pipeline installation step is intentionally excluded at this stage to allow for flexible deployment (e.g., editable installs).
Update `environment.yml` to:
- Remove the `defaults` channel to prioritize `conda-forge` and ensure consistency.
- Pin `sqlite` to 3.49 to resolve library mismatches with `myst_nb`.
- Reduce Conda solver complexity for faster environment creation.