Commit Graph

7 Commits (e8ed65eac6afb6c31db270eb25712b1f9fa98d80)

Author SHA1 Message Date
Aurélien Geron d4aabc3fac Merge pull request #317 from CezCz/fix-jupyter
fixing breaking change introduced by jupyter minor version update
2018-12-02 16:49:41 +13:00
Cezary Czernecki d639b907c2 fixing breaking change introduced by jupyter minor version update 2018-11-03 20:18:47 +01:00
Nilesh Londhe 92466db639 Update docker-compose.yml 2018-10-23 20:05:42 -07:00
ziembla ddb9784176 tensorflow version unpined, tensorboard support, home variable fix 2017-12-04 12:08:22 +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 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 ca1806aa1d Created docker script
I created a docker script to install and run the project.
2017-11-21 13:24:43 -06:00