Commit Graph

11 Commits (e38983d59555303fe819cbf94069315384893910)

Author SHA1 Message Date
Aurélien Geron 05d2c1ea9b Remove the need to tag after pull 2021-03-05 18:47:37 +13:00
Aurélien Geron d6c2ba1b8f Add Dockerfile.gpu for GPU support 2021-03-03 22:19:27 +13:00
Aurélien Geron e728f4b722 Update Dockerfile and docker-compose.yml, fixes #52, fixes #53, fixes #55 2019-11-05 16:27:33 +08:00
Aurélien Geron fb47fab0c8 Update docker image for 2nd edition 2019-06-04 16:43:14 +08:00
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