标签: python macos docker tensorflow kitematic
在我的Mac上使用TensorFlow,我正在使用KiteMatic来运行“temsorflow:latest”docker。我有一些Python示例,我想在本地计算机上运行。基本上我希望能够import tensorflow as tf,但由于这个库存在于我的docker中,我需要以某种方式公开这个文件夹。
import tensorflow as tf
根据KiteMatic documentations:
Kitematic公开容器的体积数据 ~/Kitematic/<container's name>/
~/Kitematic/<container's name>/
但我在那里看不到它。
我错过了什么?