conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
137 stars 44 forks source link

Document support for `variables` in environment spec #759

Closed pavithraes closed 4 months ago

pavithraes commented 5 months ago

Context

In https://github.com/conda-incubator/conda-store-ui/pull/354, we add support for passing environment variables in the conda-store-ui through the YAML editor. This allows users to create envs for GPU-powerd workflows, by adding the CONDA_OVERRIDE_CUDA. This needs to be documented in https://conda.store/conda-store-ui/tutorials/create-envs#graphical-interface, with a new 3rd level heading after the pip section.

Value and/or benefit

Documenting available features for conda-store users.

Anything else?

No response

nkaretnikov commented 4 months ago

Status update: the respective documenation PR is in review, but it's blocked until https://github.com/conda-incubator/conda-store-ui/pull/354 lands.