错误报告信息
说明
大家好,按照Google编码实验室Codelabs进行操作后,我在ERRO[4334] error getting events from daemon: EOF
之后收到了错误Creating bottleneck at /tf_files/bottlenecks/roses/13231224664_4af5293a37.jpg.txt
更新:
我重新运行,这显示ERRO[53469] error getting events from daemon: EOF
重现此问题的步骤:
1。
```
python tensorflow /示例/image_retraining/retrain.py \
```
描述您收到的结果:ERRO[4334] error getting events from daemon: EOF
描述您期望的结果:Finish the retraining
docker version
的输出:Docker version 1.13.1, build 092cba3
docker info
的输出:Containers: 6 Running: 0 Paused: 0 Stopped: 6Images: 2Server Version: 1.13.1Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Native Overlay Diff: trueLogging Driver: json-fileCgroup Driver: cgroupfsPlugins: Volume: local Network: bridge host ipvlan macvlan null overlaySwarm: inactiveRuntimes: runcDefault Runtime: runcInit Binary: docker-initcontainerd version: aa8187dbd3b7ad67d8e5e3a15115d3eef43a7ed1runc version: 9df8b306d01f59d3a8029be411de015b7304dd8finit version: 949e6faSecurity Options: seccomp Profile: defaultKernel Version: 4.9.8-mobyOperating System: Alpine Linux v3.5OSType: linuxArchitecture: x86_64CPUs: 2Total Memory: 1.952 GiBName: mobyID: UNXQ:IPAT:2ZHG:3443:M7XI:M3FW:W7Q7:G4HV:IKKW:W5TU:72TI:SH3GDocker Root Dir: /var/lib/dockerDebug Mode (client): falseDebug Mode (server): true File Descriptors: 16 Goroutines: 27 System Time: 2017-02-21T14:43:50.071749826Z EventsListeners: 1No Proxy: *.local, 169.254/16Registry: https://index.docker.io/v1/Experimental: trueInsecure Registries: 127.0.0.0/8Live Restore Enabled: false
其他环境详细信息(AWS,VirtualBox,物理环境等):
装有python 2.7的OS X,
这出现了W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE3 instructions, but these are available on your machine and could speed up CPU computations.W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations.W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations.W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX2 instructions, but these are available on your machine and could speed up CPU computations.W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use FMA instructions, but these are available on your machine and could speed up CPU computations.Thank you so much
最佳答案
解决方案是增加CPU大小和Docker首选项中的Ram。
关于python - Docker错误从守护程序获取事件:EOF,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/42408293/