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.
Asked
Active
Viewed 62 times
0
-
why doesn't it work on vast? what errors do you get? – TaureanDyerNV Apr 12 '23 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, – user1361488 Apr 13 '23 at 20:53
1 Answers
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

TaureanDyerNV
- 1,208
- 8
- 9