dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Feature Request: RAPIDS

Open ReDeiPirati opened this issue 4 years ago • 0 comments

RAPIDS has recently dropped pipy installation, they are now providing conda packages. This requires a bit of work and it can be done in 3 different ways:

  1. Install RAPIDS from source (a lot of work, not to mention that they recommend using conda even in the build from source)
  2. Install Conda under dl-deps/dl-python, create a new environment & "move" all the pipy packages under conda
  3. Download the conda packages for the build we want & make them available inside the environment

ReDeiPirati avatar May 14 '20 12:05 ReDeiPirati