0

how do I install an older version of Rapids AI using Docker such as 22.06? The newest version 23.02 doesn't work on any VAST AI (https://vast.ai/) machine.

2
  • why doesn't it work on vast? what errors do you get? Commented Apr 12, 2023 at 17:33
  • When I try to run any specific rapids ai code, like reading a csv with cudf of performing PCA with cuml, It does nothing, just hangs, Commented Apr 13, 2023 at 20:53

1 Answer 1

0

you should be able to install it by changing your docker pull parameters. You can always find them on our dockerhub page, under tags, and searching for the version you want. Here are the 22.06 versions. https://hub.docker.com/r/rapidsai/rapidsai/tags?name=22.06

1
  • Thanks, an earlier version sorted out my issues. Commented Apr 13, 2023 at 20:52

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.