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
[18:34:56] + docker tag paddlepaddle/paddle:latest-gpu-cuda8.0-cudnn5 docker.paddlepaddlehub.com/paddle:latest-gpu-cuda8.0-cudnn5
[18:34:56] + nvidia-docker run --rm -i paddlepaddle/paddle:latest-gpu-cuda8.0-cudnn5 python -c 'import paddle.v2 as paddle;paddle.init(use_gpu=False)'
[18:34:58] Traceback (most recent call last):
[18:34:58] File "<string>", line 1, in <module>
[18:34:58] File "/usr/local/lib/python2.7/dist-packages/paddle/v2/__init__.py", line 128, in init
[18:34:58] import py_paddle.swig_paddle as api
[18:34:58] File "/usr/local/lib/python2.7/dist-packages/py_paddle/__init__.py", line 15, in <module>
[18:34:58] from util import DataProviderWrapperConverter
[18:34:58] File "/usr/local/lib/python2.7/dist-packages/py_paddle/util.py", line 18, in <module>
[18:34:58] import swig_paddle
[18:34:58] File "/usr/local/lib/python2.7/dist-packages/py_paddle/swig_paddle.py", line 28, in <module>
[18:34:58] _swig_paddle = swig_import_helper()
[18:34:58] File "/usr/local/lib/python2.7/dist-packages/py_paddle/swig_paddle.py", line 24, in swig_import_helper
[18:34:58] _mod = imp.load_module('_swig_paddle', fp, pathname, description)
[18:34:58] ImportError: libmklml_intel.so: cannot open shared object file: No such file or directory
[18:34:59] Process exited with code 1
[18:34:59] Process exited with code 1
[18:34:59] Step docker (Command Line) failed
The reason is that we only consider fluid version before, and we should process the v2 version like #11806
The text was updated successfully, but these errors were encountered:
https://paddleci.ngrok.io/viewLog.html?buildId=1451&buildTypeId=Manylinux1_Cuda80cudnn5cp27cp27mu&tab=buildLog&_focus=10795
The reason is that we only consider fluid version before, and we should process the v2 version like #11806
The text was updated successfully, but these errors were encountered: