拉取镜像
docker pull tensorflow/tensorflow:1.14.0-jupyter
运行
docker run --name jupyter\
--restart always\
-p 8008:8018\
-d tensorflow/tensorflow:2.0.0-jupyter
拉取镜像
docker pull tensorflow/tensorflow:1.14.0-jupyter
运行
docker run --name jupyter\
--restart always\
-p 8008:8018\
-d tensorflow/tensorflow:2.0.0-jupyter