You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**3. Start Conda.** Open a new terminal window, which should now show Conda initialized.
217
217
218
-
**4. Check Conda Configuration.** Installing RAPIDS requires you to use `channel_priority: flexible`. You can check this and change it, if required, by doing:
218
+
**4. Check Conda Configuration.** Installing RAPIDS may require you to use `channel_priority: flexible`.
219
+
220
+
If you are installing RAPIDS with CUDA 12 or greater, then you can use either `strict` or `flexible` channel priority.
221
+
222
+
If you are install RAPIDS with CUDA 11, then you must set `channel_priority: flexible`.
223
+
224
+
You can check this and change it, if required, by doing:
0 commit comments