Closed mwkldeveloper closed 3 years ago
@mwkldeveloper I'll start as I always do for docker/vm issues by stating that we don't officially support this configurations. However, it's been known to be working so no harms there :)
I think the problem with installing the max
frequencies is that we do requires a yes/no
answer to the face that the device may heats up:
You're about to install the Edge TPU runtime that runs at the maximum operating frequency.
Warning: If you're using the Coral USB Accelerator, it may heat up during operation, depending on the computation workloads and operating frequency. Touching the metal part of the USB Accelerator after
it has been operating for an extended period of time may lead to discomfort and/or skin burns. As such, if you install the Edge TPU runtime using the maximum operating frequency, the USB Accelerator
should be operated at an ambient temperature of 25°C or less. (If you instead install the Edge TPU runtime using the reduced operating frequency, then the device is intended to safely operate at an
ambient temperature of 35°C or less.)
Google does not accept any responsibility for any loss or damage if the device is operated outside of the recommended ambient temperature range.
Continue to install the Edge TPU runtime that runs at the maximum operating frequency? [yes/no] yes
I'm not sure if there is a way to bypass that during docker build, my suggestion is to install the max frequencies inside the docker's shell
Feel free to reopen if this is still an issue.
Trying to install this inside the Docker's shell, still getting the same error. I tried doing yes | sudo apt-get install libedgetpu1-max
and even that doesn't work.
I am trying to prepare docker image for coral
I can
apt-get install libedgetpu1-std
and run the demo successfully:But when i try
apt-get install libedgetpu1-max
, it cause error:Dockerfile: