谷歌的容器和我的容器有什么区别?

时间:2019-06-15 10:38:29

标签: google-cloud-platform

我在我的VM实例上安装了docker,并且想将TensorFlow与GPU(https://www.tensorflow.org/install/docker)配合使用,因此我在Google云平台上尝试了以下代码:

docker run --runtime=nvidia --name tensorflow1 -it -p 8888:8888 tensorflow/tensorflow:latest-gpu-jupyter

我无法使用浏览器http://[external地址]:8888打开它。

在寻找解决该问题的方法的道路上,我很喜欢可以配置选项以在构建实例(https://cloud.google.com/compute/docs/containers/configuring-options-to-run-containers)时运行我的容器。

我的问题是,如果我想使用TensorFlow和jupyter,构建虚拟机实例时是否应该包含容器?

0 个答案:

没有答案
相关问题