Skip to content
Discussion options

You must be logged in to vote

Hello Igor,

By adding FROM python:3 ad the bottom of the file, you are building a docker image based on that, ignoring all the rest of the build. This will not work. You are going to need the libraries imported from the computer vison SDK.
Besides, the image that you are pulling, "python:3" is an x86 image, which is not the right architecture for axis cameras (that is either armv7hf or aarch64).
If you need to add a python library you can simply do it without importing a new imaga, just like it is done in the pose-estimation-example.

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by igor-rud-kr
Comment options

You must be logged in to vote
1 reply
@Corallo
Comment options

Comment options

You must be logged in to vote
5 replies
@igor-rud-kr
Comment options

@Corallo
Comment options

@igor-rud-kr
Comment options

@Corallo
Comment options

@igor-rud-kr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants