Skip to content
Discussion options

You must be logged in to vote

@kratsg I think the issue is that you're not using system-requirements. CONDA_OVERRIDE_CUDA by itself is just mocking the existence of the virtual package on your platform, it doesn't do the same thing as setting a CUDA system-requirements. c.f. Section 6.2 CUDA hardware accelerated environment creation of https://doi.org/10.25080/nwuf8465 as well as the PyTorch Installation tutorial-like example.

For example, on a machine with

$ nvidia-smi --version
NVIDIA-SMI version  : 590.48.01
NVML version        : 590.48
DRIVER version      : 590.48.01
CUDA Version        : 13.1
$ pixi init debug && cd debug
$ pixi workspace system-requirements add cuda 12.8
$ pixi add tensorflow-gpu
✔ Added tensorf…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kratsg
Comment options

@matthewfeickert
Comment options

Answer selected by kratsg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants