Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows users to specify virtual environment for dependencies #1257

Open
psschwei opened this issue Mar 25, 2024 · 0 comments
Open

Allows users to specify virtual environment for dependencies #1257

psschwei opened this issue Mar 25, 2024 · 0 comments

Comments

@psschwei
Copy link
Collaborator

What is the expected enhancement?

We currently allow users to specify a list of dependencies to pass to their program: https://github.com/Qiskit-Extensions/quantum-serverless/blob/841db743ff3334fa95e277c53093e30bd0a441d7/gateway/api/ray.py#L104

We should consider allowing users to alternatively specify a conda environment (using the conda parameter for runtime_env) as opposed to a list of dependencies to install via pip.

This would be useful in particular for HPC environments running on non-standard architectures (where installing via pip can be tricky).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant