So, one of the components of docker is to easily deploy a software testing environment, right? Can anyone tell me how to compile the Tensorflow binary to use: SSE4.1, SSE4.2 in a Docker file ?. Can anyone point me to a Docker file that does this? if at all possible?
As a result, two questions:
- Is it possible to have a Docker file that compiles the Tensorflow binary for use: SSE4.1, SSE4.2 (and GPU, I found only one or the other)
- Can you tell me where I can find a Docker file that does this, or a good tutorial?
"The purpose of this question is to avoid the following scenario: where the host configuration works, but the docker configuration does not work because Tensorflow has not been compiled in a certain way." Like in the picture below.
source
share