Speaking of Machine learning, I love the docker images of tensorflow. Got Tensorflow running with an IPython UI in less than 2 min with only one command just 5 minutes ago: >> docker run -it --rm -v $(realpath ~/notebooks):/tf/notebooks -p 8888:8888 tensorflow/tensorflow:latest-py3-jupyter
You can actually add nightly-gpu-py3-jupyter if you'd like GPU level tensorflow as well :D
Re: Show HN: Python Machine Learning – A Crash Course
#21Yup but it also needs the nvidia-docker image for the driver, but got it working in less than 10 minutes too !