Closed
Description
Problem description
I've run into another interesting issue that Conda can partially handle and pixi can't: I have to create an environment to be activated on a machine without internet access. The only machines with CUDA installed are those without internet access, so I can't satisfy the __cuda
virtual package requirement on the nodes with internet access.
I was able to get around this using Conda's virtual package overrides, but it would be awesome if pixi had something like this too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment