Last active
July 16, 2019 09:42
-
-
Save truh/a9ced305c87f8d99732834fc416a6827 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM moonvision/moonbox:genicam-latest | |
# Install the camera library as instructed by the camera or library vendor | |
RUN install_camera_library | |
# Register libraries with linker | |
RUN echo /path/to/lib/files/ > /etc/ld.so.conf.d/vendor-libs.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment