Commit Graph

17 Commits (1f8c9df846cf90b6aa3845bbc07b667766c415d2)

Author SHA1 Message Date
Aurélien Geron 36761f03f1 Change environment name from tf2 to homl3 2021-12-21 11:35:26 +13:00
Aurélien Geron 5bb0366125 Replace handson-ml2 with handson-ml3, and fix figure chapter numbers 2021-11-23 15:42:16 +13:00
ll7 7024fabc46 update environment gpu support
The docker-compose was described with an old envirnoment file?
2021-03-08 16:36:42 +01:00
Aurélien Geron 80eec21242 Update the Docker image compressed sizes (shrunk by about 500MB each) 2021-03-07 10:35:58 +13:00
Aurélien Geron b59bd8c745 Simplify and organize the instructions 2021-03-05 23:03:23 +13:00
Aurélien Geron 931c2c9558 Clarify the Docker documentation, in particular for GPU support 2021-03-05 22:37:37 +13:00
Aurélien Geron 1de2af7739 Remove the need to tag after pull 2021-03-05 18:49:37 +13:00
Aurélien Geron e96e10c7f2 Add info to pull GPU image from Docker Hub 2021-03-05 17:33:59 +13:00
Aurélien Geron d6c2ba1b8f Add Dockerfile.gpu for GPU support 2021-03-03 22:19:27 +13:00
Aurélien Geron abd75d7fd7 Explain how to use the docker image from Docker Hub
Also make it clearer that `make` is optional.
2021-03-03 11:15:23 +13:00
Aurélien Geron f65e2e7ad9 Clarify that 'make' is optional 2021-03-02 22:27:20 +13:00
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