Skip to content

Commit

Permalink
pip install nvidia-cudnn-cu11 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Aug 1, 2023
1 parent ddd4fea commit 56a7dbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ function(method = c("auto", "virtualenv", "conda"),
as.character(extra_packages)
))

if(is_linux() && version %in% c("default", "release", "2.13"))
packages <- c("nvidia-cudnn-cu11==8.6.*")

if (isTRUE(new_env)) {

if (method %in% c("auto", "virtualenv") &&
Expand Down

0 comments on commit 56a7dbc

Please sign in to comment.