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

Environments for developing and deploying the app and submodules #16

Open
dmccloskey opened this issue Nov 5, 2024 · 0 comments
Open
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@dmccloskey
Copy link
Member

As a developer, I would like to have a quick start environment for developing the app and/or individual submodules and for deploying the app and selected submodules on either GPU or CPU resources. CPU deployment is much easier (except for defining BLAS and other CPU specific acceleration libraries), but GPU deployment is annoying (i.e., defining the OS specific CUDA libraries and dependencies).

Options for defining the environment

  1. OS specific instructions with a conda environment
  2. Docker container

Potential solutions

  1. Take inspiration from the conda environment for developing using the NVIDIA rapids library (See https://github.com/rapidsai/cuvs?tab=readme-ov-file#installing-cuvs)
  2. Take inspiration from the NVIDIA docker images https://hub.docker.com/layers/nvidia/cuda/12.6.2-devel-ubuntu22.04/images/sha256-9002ff3326a6b4e904d6d94b6a1d3b83608df02678923931e38fffee0a1089d9?context=explore)
@dmccloskey dmccloskey added the enhancement New feature or request label Nov 5, 2024
@dmccloskey dmccloskey added the documentation Improvements or additions to documentation label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant