ModuleNotFound:tensorflow运行Docker Jupyter OSX

时间:2017-10-11 18:35:45

标签: macos docker tensorflow jupyter-notebook

安装docker之后,我试图在Jupyter中运行tensorflow。我的跑步命令是

LewIss-MacBook-Pro:MyTensorFlow lewleib$  docker run -it -p 8888:8888 -p 6006:6006 -v ~/Users/lewleib/MyTensorFlow:/notebooks tensorflow/tensorflow

在Jupyter笔记本中我跑了

import tensorflow as tf
hello = tf.constant('Hello, TensorFlow!')
sess = tf.Session()
print(sess.run(hello)

这导致了

  

ModuleNotFoundError:没有名为'tensorflow'的模块

我尝试在不同的目录中启动并添加前缀gcr.io,结果相同。感谢

0 个答案:

没有答案