-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing PCIe driver and Edge TPU runtime inside a docker #12
Comments
Hi @arun-kumark yes it is possible. Here is an example docker image: |
Thanks a lot @Namburger . Kind Regards |
Hi Namburger, do you have any ideas/suggestions on multiple apps using coral
Kind regards |
@arun-kumark Giving the docker image a path should be good enough, no need for full priviledge, that was only for demonstation! |
Thank you Num for sharing the example, also very beautiful article on Medium... To give you more information on the setup I am testing, this is a small intel device installed inside the shopfloor integrated with Coral card and based on Windows 10 OS. This device has to work mostly in offline mode. The inference has to execute on the device, the HMI is attached with the device. Thanks a lot again ! |
@arun-kumark |
Thank you Num for explanation. I experienced this problem while running the Dockers in Ubuntu setup. Thank you |
Hi Namburger, Case: Do you see any problem in this case? If yes, can I restrict the user to use PCIe driver inside the docker? Kind Regards |
Dear Namburger,
These logs are expected when the Device is not connected with the system. Unfortunately, I don;t have SSH or TTY to the device due to some limitations, I just have an option to test the device using Dockers. My Docker file is as below: Base image UbuntuFROM ubuntu:18.04 Time serverENV TZ=America/Los_Angeles
Could you help me, how can I test the device. I surely can provide more information on the system if you require. Thanks a lot for your great help always !! Kind Regards |
@arun-kumark what's going on here is that your version of tflite_runtime(2.1.0-cp36-cp36m) is way out of date. What you want is probably this package:
|
FYI, it can also be found here: https://github.com/google-coral/pycoral/releases |
@Namburger There is nothing installed on the machine, and we want to test only Attached device for inference. The logs are here. Traceback (most recent call last): |
Hi @Namburger It looks to me that, the below lines of the code: **```
|
Hello,
I want to provide the EdgeTPU runtime and PCIe drivers inside dockers, and don't want to install on the machine directly.
My objective is to release these two packages not with the main stream distribution but inside a dockerized solution ?
Would that be a correct approach?
Thanks for the suggestions.
Kind Regards
Arun
The text was updated successfully, but these errors were encountered: