Commit Graph

20 Commits (4dbb5759338045d179da4d9ab94d2bec8b300542)

Author SHA1 Message Date
ziembla 8263708777 Dependencies for OpenAI gym in Chapter 16 2018-03-21 22:21:54 +01:00
Dror Atariah 749a44fbc1 Fix GH188 2018-03-02 18:44:05 +01:00
ziembla 9dfaa950d2 Dockerfile to spaces 2017-12-11 22:02:42 +01:00
ziembla 60bb0e4e50 Uncommentable section in Dockerfile to autosave .py and .html alongside .ipynb 2017-12-11 16:19:24 +01:00
ziembla 1d370f4001 nbdiff_checkpoint parameter parsing fixed 2017-12-11 06:52:17 +01:00
ziembla 30fef69ed0 rm_empty_subdirs changed to require explicit argument
(defaulting to current dir withdrawn as potentially harmful)
2017-12-10 18:18:33 +00:00
ziembla 5bb9d6d3df help message for nbdiff_checkpoint 2017-12-10 18:38:25 +01:00
ziembla 6e4004f16c scripts for jupyter notebooks cleanup, bin subdir on path 2017-12-09 20:17:56 +01:00
ziembla ddb9784176 tensorflow version unpined, tensorboard support, home variable fix 2017-12-04 12:08:22 +01:00
ziembla 107de89304 Nbdime patching ignored if the original file was changed 2017-12-01 11:28:18 +01:00
ziembla ef9df82689 Dockerfile publishable cleanup, git diff filter testing removed 2017-12-01 10:56:36 +01:00
ziembla 8586120c3d Git filter testing demo 2017-11-30 12:59:26 +01:00
ziembla 8d16b3061d Patches to nbdiff for skipping noisy metadata, some local config
Nbdiff --ignore-details skils autoscroll, collapsed, deletable,
editable, toc (pull request on the way).
Enabling empty pass, no git pager, ignoring gitdiff nbdiff details.
2017-11-30 12:09:16 +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 93623e8cc2 Dockerfile argument to set container user UID
The UID of created user should be set to the UID of the user that will
be running the image/container to set appropriate permissions on files
within notebooks directory. Default 1000 should be ok for users using
the default account created while installing linux.
2017-11-28 10:33:20 +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
Steven Bunkley 17bb3c4848 Remove image on stop
remove the image when you stop the container
2017-11-21 15:06:21 -06:00
Steven Bunkley ca1806aa1d Created docker script
I created a docker script to install and run the project.
2017-11-21 13:24:43 -06:00