I'm trying to execute a container based on Ubuntu 20.04 and some additional dependencies. It ended up in an error where the project (something external) is looking for files/programs, as shown below.
Error message:
[ERROR file_io_posix.cc:144] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2) [ERROR file_io_posix.cc:144] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
I tried looking for the installation of these modules but couldn't find them anywhere. Can someone help me out here? This error will come once I start some of the proprietary Docker containers. I couldn't determine if this is from Docker or the Linux machine I'm working on. I tried looking in other places on the stack overflow, but no solution was available.