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
{{ message }}
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
I'm having the same problem, it would be good if the docker file could be fixed. I'm trying to fix it at the moment. @bytesoftly Could you possibly provide a docker file for your solution?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After i build the docker image( run docker build . ) , i found that the installed CUDA is 9.0 ,but the driver is 10.0.
and the df_console.py failed with "CUDA driver version is insufficient for CUDA runtime version"
in df_console.py , print('CUDA version', torch.version.cuda) # this is 10.0
i checked conda list , there is pytorch-nightly 1.0.0.dev20190226 py3.7_cuda10.0.130_cudnn7.4.2_0 pytorch
and the CUDA version in Dockerfile is ENV CUDA_VERSION 9.0.176
so this could be a mismatch . is this a bug?
The text was updated successfully, but these errors were encountered: