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
Recent Comments