Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VNC caffe cuda error #26

Open
xiaoxinyi opened this issue Dec 28, 2016 · 3 comments
Open

VNC caffe cuda error #26

xiaoxinyi opened this issue Dec 28, 2016 · 3 comments

Comments

@xiaoxinyi
Copy link

I build a image with caffe, Cuda8.0, cudnn5, and vnc sever.

By command line way,

docker exec -it container_name  bash

I run py-faster-rcnn with caffe. It worked well.

But by VNC way, I use jumpdesktop to connect the same container through VNC. I run the same demo. It reported error.

 WARNING: Logging before InitGoogleLogging() is written to STDERR
 E1228 06:30:11.450963  3340 common.cpp:104] Cannot create Cublas handle. Cublas won't be available.
 E1228 06:30:11.451587  3340 common.cpp:111] Cannot create Curand generator. Curand won't be available.
 E1228 06:30:11.451587  3340 common.cpp:111] Cannot create Curand generator. Curand won't be available.
 F1228 06:30:11.452177  3340 common.cpp:142] Check failed: error == cudaSuccess (35 vs. 0)  CUDA driver version is insufficient for CUDA run\
 time version
@Kaixhin
Copy link
Owner

Kaixhin commented Dec 28, 2016

This doesn't sound like an issue with one of the images in this repo, but your own? Obviously something is breaking by using a remote desktop. It's worth trying a remote connection over SSH to see whether it's the remote connection or the desktop part. And next you should also try a different VNC program.

@rozy11a
Copy link

rozy11a commented Mar 7, 2018

Same problem. Any solution?

@Kaixhin
Copy link
Owner

Kaixhin commented Mar 8, 2018

Same problem. Any solution?

There are Dockerfiles in this repo to build kaixhin/cuda-caffe:8.0 and kaixhin/vnc, but nothing that combines the two, so I don't know what the problem you are facing. If you can provide a Dockerfile and a sequence of commands to let me reproduce the problem then maybe I can help. Additional info that would be helpful would include your host operating system and your GPU model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants