From 8c9390c2c538cafd68b6080f9368e1b5af12d5e1 Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Tue, 16 Jan 2024 21:48:16 +0100 Subject: [PATCH] Add a TODO comment --- .../conda_store_server/action/generate_lockfile.py | 2 ++ 1 file changed, 2 insertions(+) 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: