Closed syncdoth closed 2 years ago
I just wanted to raise that I had the same issue, and this solved it for me. Let's get the CUDA version updated!
Sorry for any inconvenience. CUDA is now upgraded to 11.1 by default.
Ah I think the issue I was having then is the “all-jupyter” tag isn’t pointing to the latest cu110 version. Lemme check docker hub
Yeah the “all-jupyter” tag is still pointing to the same digest as “all-jupyter-cu101”
@vanakema Sorry for that mistake! We will fix it ASAP.
Fixed. Feel free to reopen this issue if problem still exist.
The latest versions use
tensorflow==2.5.0
,CUDA==10.2
,cudnn7
.Apparently,
tensorflow==2.5.0
seems to be not compatible withCUDA==10.2
.full log:
GPU test:
A simple workaround was downgrading to
tensorflow-gpu==2.3.0
, which was still OK in my project.