Skip to content
Snippets Groups Projects
Commit bf4996aa authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'update-lockfile' into 'main'

Fixes unresolvable cuda environment making nvidia channel more prioritary

See merge request biosignal/software/mednet!42
parents f3a00b6a e3e4de0e
No related branches found
No related tags found
1 merge request!42Fixes unresolvable cuda environment making nvidia channel more prioritary
Pipeline #87622 passed
This diff is collapsed.
......@@ -165,7 +165,7 @@ uv = "*"
uv-update-lock = "uv pip compile -q pyproject.toml --python-platform=linux -o uv.lock"
[tool.pixi.feature.cuda]
channels = ["nvidia", { channel = "pytorch", priority = -1 }]
channels = [{ channel = "nvidia", priority = 1}, { channel = "pytorch", priority = -1 }]
platforms = ["linux-64", "osx-arm64"]
[tool.pixi.feature.cuda.system-requirements]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment