generated from carpentries/workbench-template-md
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I (re)learned today that the --no-install option exists for pixi add. So you can do things like (on linux-64 with an NVIDIA GPU)
$ pixi init example && cd example
$ pixi workspace system-requirements add cuda 12
$ pixi add --no-install pytorch-gpu
and have a fully locked CUDA-enabled environment ready to go for distribution without having to have anything get installed on your machine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels