Kaggle / docker-rstats

Kaggle R docker image
Apache License 2.0
144 stars 90 forks source link

torch library update #177

Closed issactoast closed 2 years ago

issactoast commented 2 years ago

To whom may it concern,

Hi, I am using torch package on kaggle notebook but I found that the installed version is little behind.

packageVersion("torch")

shows that the installed version is v0.3.0 but the latest version is 0.6.0. Could you update the torch package on the docker file?

Sincerely, Issac

Philmod commented 2 years ago

Hi @issactoast,

We are working on it, but there are a lot of dependencies we have to upgrade first (including CUDA), so it may take some time.

Best, Philippe

Philmod commented 2 years ago

The version 0.7.2 is now installed.

Best, Philippe