Docker内部的Tensorflow GPU“ SSE4.1指令”问题

问题描述

我尝试在docker内部运行tensorflow 1.13.1(具有所需配置的映像是evariste/autodl:gpu-latest)。

泊坞窗可以访问RTX 2080 Ti GPU。

我收到以下错误

2020-09-10 16:09:47.428460: F tensorflow/core/platform/cpu_feature_guard.cc:37] The TensorFlow library was compiled to use SSE4.1 instructions,but these aren't available on your machine.

解决方法

SSE4.1是CPU(而非GPU)支持的指令集。因此,您需要检查您的CPU是否支持它。可以在here中找到有关此主题的更多讨论。