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.
-
why doesn't it work on vast? what errors do you get?– TaureanDyerNVCommented 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,– user1361488Commented Apr 13, 2023 at 20:53
Add a comment
|
1 Answer
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