Skip to content

How do system requirements work? #301

Closed Answered by baszalmstra
twrightsman asked this question in Q&A
Discussion options

You must be logged in to vote

System requirements basically configure the reference machine for your project. So any system that has at least those specs will work for your project. In essence, it sets the virtual package __cuda to __cuda=11=0 when you solve an environment. So this means that if a package requires __cuda >=11.0 it is installable. If a package requires __cuda>=12 it wont be installable.

When you run any task with pixi, it will check if the specs from your system are at least equal to or higher than the system requirements specified in your pixi.toml. So with the specification you mentioned above, if I don't have cuda or a version lower than 11, I wont be able to run your project. If I have cuda 11 or h…

Replies: 2 comments 2 replies

Comment options

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

@baszalmstra
Comment options

Answer selected by twrightsman
Comment options

You must be logged in to vote
0 replies
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