tensorflow_docker

因为需要要安装tensorflow1.13,但是anaconda的虚拟环境不好用。所以使用Docker

1
docker pull tensorflow/tensorflow

Docker Pull Command

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

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