-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add docker files and build instructions #4
base: master
Are you sure you want to change the base?
Conversation
@JJones780 – do you want to review this and check if the docker build works for you if you follow the readme? |
My internet isn't the fastest so I don't use docker very often. I'm out of practice with Docker... so it isn't obvious to me how the v3d-flow source is supposed be accessed from the running docker instance? |
Thanks for testing! Right, the Did you use the volume mount ( |
Yes, used the command as written in the Readme with the -v option. |
d32ea72
to
08edcb6
Compare
@JJones780 My bad – It was ignored because of the .gitignore file. Now it should work! No, the build.sh does not update submodules, it only runs cmake/make :) |
I built using docker successfully. tried running it and got this: I hope you can keep the docker image small... it's practical. |
Thanks for testing. What OS are you on atm.? You need the same as in the docker image, otherwise it may fail to find shared libraries. |
I'm running Devuan daedalus which should have the same libjpeg as Debian 12 ( Bookworm). A common solution mention on the 'net is to create a symlink: which still gets an error: |
Related: #3