Hello Can you please specify the linux commands you used to achieve this :OMG. I was trying to run some tensorflow code in docker on a VM this morning. Was getting Illegal instruction (core dumped). Lots of googling, came to the avx instruction set missing conclusion. Didn't think it would be possible, but changing the processor type to host worked. Thank you @Ramalama !!!
Hey Ramalama,change cpu to "host" or enable avx under advanced options?
it worked for me.change cpu to "host" or enable avx under advanced options?
LXC containers already run directly on the host CPU.What about LXC containers ? Is there an option to change the CPU to "Host" ?