-
Notifications
You must be signed in to change notification settings - Fork 35
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
Feat/ofv support agent #251
Conversation
# Conflicts: # packages/packages.json
RUN pip uninstall opencv-python-headless || echo "opencv-python-headless not installed" | ||
|
||
# re-install headless opencv | ||
RUN pip install opencv-python-headless==4.10.0.84 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One of the underlying dependencies installs opencv-python
. Even after uninstalling opencv-python
, opencv-python-headless
for some reason remains and causes issues when running in a docker container.
Feat/mech marketplace
This PR adds the required changes for making the mech work the OFV tool.