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
I tried to run tensorboard on my docker build (I excluded opencv because it fails and I don't need it).
I came into this exception running tensorboard --logdir foo/
I had the attached Traceback.
I solved the issue, using this solution coursera-dl/coursera-dl#554 and running
pip install --upgrade html5lib==1.0b8
So I think I need to update my Dockerfile to include this lib.
Hi all,
I tried to run tensorboard on my docker build (I excluded opencv because it fails and I don't need it).
I came into this exception running tensorboard --logdir foo/
I had the attached Traceback.
I solved the issue, using this solution coursera-dl/coursera-dl#554 and running
So I think I need to update my Dockerfile to include this lib.
The text was updated successfully, but these errors were encountered: