diff --git a/conda-store-server/conda_store_server/action/generate_lockfile.py b/conda-store-server/conda_store_server/action/generate_lockfile.py index f818816aa..caf2d9118 100644 --- a/conda-store-server/conda_store_server/action/generate_lockfile.py +++ b/conda-store-server/conda_store_server/action/generate_lockfile.py @@ -42,6 +42,8 @@ def print_cmd(cmd): # the with_cuda parameter, see: # https://github.com/conda-incubator/conda-store/issues/719 # https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-virtual.html#overriding-detected-packages + # TODO: Support all variables once upstream fixes are made to conda-lock, + # see the discussion in issue 719. if specification.variables is not None: cuda_version = specification.variables.get("CONDA_OVERRIDE_CUDA") else: