TensorFlow

Updated: 10 October 2025

Run a Jupyter notebook server with your own notebook directory (assumed here to be ~/notebooks). To use it, navigate to localhost:8888 in your browser.

docker run -it --rm \
-v $(realpath ~/notebooks):/tf/notebooks \
-p 8888:8888 \
tensorflow/tensorflow:latest-gpu-jupyter

Notes