posts
Custom Jupyter/TensorFlow Docker Stack
This post documents setting up a Jupyter/TensorFlow Docker stack that performs well on an old Core2Duo CPU and Windows 7.
Installing a TensorFlow Wheel in a Conda Environment
Now that we have a wheel after following the official TensorFlow build instructions, how do we safely install it in a Conda environment?
Building TensorFlow 1.10.1 from Source
This post documents what I did to build TensorFlow 1.10.1 from source. Based on the official install guide.