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

ImportError: libcudart.so.7.5: cannot open shared object file: No such file or directory #19

Open
jeremy-rutman opened this issue Jun 4, 2017 · 2 comments

Comments

@jeremy-rutman
Copy link

jeremy-rutman commented Jun 4, 2017

I am running mxnet in a gpu-enabled docker container (https://hub.docker.com/r/kaixhin/cuda-mxnet/) which uses cuda8. Apparently the FCIS expects cuda7.5? After copying the operator_cxx files to mxnet home and recompiling , I hit the libcudart error when trying to run the demo. Any hints on how to proceed?

The mxnet itself seems fine from the python check:


In [2]: import mxnet as mx
In [5]: a=mx.nd.ones((2,3),mx.gpu())
In [6]: b=a*2+1
In [7]: b.asnumpy()
Out[7]: array([[ 3.,  3.,  3.],
       [ 3.,  3.,  3.]], dtype=float32)

@ghost
Copy link

ghost commented Jun 4, 2017

@ghost
Copy link

ghost commented Jun 4, 2017

Also you will need to modify above Dockerfile to use following specific commit that FCIS uses.

https://github.com/dmlc/mxnet/tree/62ecb60

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

1 participant