Skip to content

Chris Taylor Developer

Jersey & Guernsey, United Kingdom

  • Services
  • Contact
  • DEV NOTES
  • About
    • Background and CV
    • Software testing
    • On GitHub
    • On Stackoverflow
    • On Digital Jersey
    • On Digital Guernsey
    • On JSFiddle
  • Project
    • Current projects
    • Prices
    • Charging framework
    • Agile Jira
    • App deployments
  • Meta
    • Login
    • Yoast sitemap index

TensorFlow

21 July 202321 July 2023 by Chris Taylor

Updated: 21 July 2023

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-jupyter

https://hub.docker.com/r/tensorflow/tensorflow/

Categories Machine learning, Python
Machine learning
Access SQL INSERT INTO statements
© 2023 Chris Taylor Developer • Built with GeneratePress