How do I start tensorflow docker jupyter notebook

后端 未结 10 2085
时光说笑
时光说笑 2020-12-07 09:15

I\'ve installed the tensorflow docker container on an ubuntu machine. The tensorflow docker setup instructions specify:

docker run -it b.gcr.io/tensorflow/t         


        
10条回答
  •  醉话见心
    2020-12-07 10:14

    Jupyter now has a ready to run Docker image for TensorFlow:

    docker run -d -v $(pwd):/home/jovyan/work -p 8888:8888 jupyter/tensorflow-notebook

提交回复
热议问题