-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
I installed the docker image on my cluster with a V100 GPU.
From the docker interactive
nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130But when I run import taso I get
>>> import taso
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/conda/lib/python3.7/site-packages/taso-0.1.0-py3.7-linux-x86_64.egg/taso/__init__.py", line 1, in <module>
from .core import *
ImportError: libtaso_runtime.so: cannot open shared object file: No such file or directoryI used the tasoml/cuda100 docker image.
What could be the issue?
Metadata
Metadata
Assignees
Labels
No labels