windosTensorFlow | win10下使用docker安装tensorflow 云博小周宇2024年5月5日2023年8月26日1 Min Read 官网安装教程 docker run -it tensorflow/tensorflow:latest-devel python import tensorflow as tf hello = tf.constant(‘Hello, TensorFlow!‘) sess = tf.Session() print(sess.run(hello))