running tensorflow in jupyter notebook and docker

install

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04

pull run

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

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

files in ~/notebooks

d

Comments

One response to “running tensorflow in jupyter notebook and docker”

  1. […] ← Previous Post running tensorflow in jupyter notebook and docker admin […]

Leave a Reply

Your email address will not be published. Required fields are marked *