From 73aee9c576b55f939acec5ebe67940f8a385c6bd Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 1 May 2024 19:39:49 +0200 Subject: [PATCH] [pyproject] Remove activation script --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 54def552..a22721cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -167,9 +167,6 @@ platforms = ["linux-64", "osx-arm64"] [tool.pixi.feature.cuda.system-requirements] cuda = "12.1" -[tool.pixi.feature.cuda.activation] -scripts = ["cuda_activation.sh"] - [tool.pixi.feature.cuda.target.linux-64.dependencies] cuda = { version = "*", channel = "nvidia" } pytorch-cuda = { version = "12.1.*", channel = "pytorch" } -- GitLab