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

Tensorboard on cudnn6 container fails #14

Open
wielandbrendel opened this issue Dec 7, 2017 · 0 comments
Open

Tensorboard on cudnn6 container fails #14

wielandbrendel opened this issue Dec 7, 2017 · 0 comments

Comments

@wielandbrendel
Copy link
Member

When running tensorboard in our cudnn6 containers

agmb-docker run --name -tfboard-0 -p 7100:6006 -d bethgelab/deeplearning:cuda8.0-cudnn6 tensorboard --logdir="$PWD"/train_logs/

I am running into the following problem:

Traceback (most recent call last):
  File "/usr/local/bin/tensorboard", line 7, in <module>
    from tensorboard.main import main
  File "/usr/local/lib/python3.5/dist-packages/tensorboard/main.py", line 30, in <module>
    from tensorboard import default
  File "/usr/local/lib/python3.5/dist-packages/tensorboard/default.py", line 35, in <module>
    from tensorboard.plugins.audio import audio_plugin
  File "/usr/local/lib/python3.5/dist-packages/tensorboard/plugins/audio/audio_plugin.py", line 27, in <module>
    from tensorboard import plugin_util
  File "/usr/local/lib/python3.5/dist-packages/tensorboard/plugin_util.py", line 21, in <module>
    import bleach
  File "/usr/local/lib/python3.5/dist-packages/bleach/__init__.py", line 7, in <module>
    from bleach.linkifier import (
  File "/usr/local/lib/python3.5/dist-packages/bleach/linkifier.py", line 6, in <module>
    from html5lib.filters.base import Filter
ImportError: No module named 'html5lib.filters.base'

This seems to be related to the version of html5lib, see tensorflow/tensorflow#8971. This issue does not arise in our cudnn5 containers. It's probably enough to manually install the correct library version in the Dockerfile.

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