Commit Graph

6 Commits (523a878531712b03ee7dbea15d37848a313edeed)

Author SHA1 Message Date
Aurélien Geron fb47fab0c8 Update docker image for 2nd edition 2019-06-04 16:43:14 +08:00
ziembla ddb9784176 tensorflow version unpined, tensorboard support, home variable fix 2017-12-04 12:08:22 +01:00
ziembla e7a1273c48 Docker environment minutiae
Docker compose project name set to avoid collisions, smiley dropped from README heading
2017-11-30 06:09:45 +01:00
ziembla 7093626bc2 Jupyter switched to token authentication by default, enabled nbdime integration in git diff 2017-11-29 16:20:07 +01:00
ziembla fc355ca6b9 Rolled-back graphviz
I gave up on enabling DT visualization for the moment, as graphviz integration
stopped working... I can't run dot in the image any more, receiving:

Could not load "/opt/conda/lib/graphviz/libgvplugin_pango.so.6" - file not found

As far as I was able to diagnose thats (with ldd), that's because libiconv.so.2
is not available. But according to what I see in mailgroups that should not be
needed (on debian at least)...
2017-11-28 09:57:47 +01:00
ziembla 4fa5beb93a Docker environment enhancements
- rearranged a Dockerfile to allow for incremental build
- switched running from root to "default new user"
- added the (easy to opt-out) configuration to use blank password
- added python-graphviz which enables DT visualization in notebooks
- added nbdime for "sensible notebook comparison"
- added custom command to "nbdiff" a notebook with its checkpointed version
- added simple README.md
2017-11-27 17:16:51 +01:00