Skip to content
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

git clone mv-extractor and build image based on ubuntu 20.04 #8

Open
HuanyuZang opened this issue Aug 17, 2023 · 0 comments
Open

git clone mv-extractor and build image based on ubuntu 20.04 #8

HuanyuZang opened this issue Aug 17, 2023 · 0 comments

Comments

@HuanyuZang
Copy link

HuanyuZang commented Aug 17, 2023

Hi @LukasBommes @sfmt-auto

I'm trying to build a docker image which can be used on ubuntu 20.04. I left another raised issue in LukasBommes/mv-extractor#34 because this repo is rely on that one. Let me know if you don't wanna duplicated issues then i'll delete one of them.

I'm trying to build a docker image which is based on ubuntu 20.04. So, I changed part of the Dockerfile from

RUN cd $HOME && \
  git clone -b v0.0.0 https://github.com/LukasBommes/mv-extractor.git video_cap && \
  cd video_cap && \
  chmod +x install.sh && \
  ./install.sh

to

RUN cd $HOME && \
    git clone -b master https://github.com/LukasBommes/mv-extractor.git video_cap && \
    cd video_cap && \
    chmod +x install_ffmpeg.sh && \
    chmod +x install_opencv.sh && \
    ./install_ffmpeg.sh && \
    ./install_opencv.sh

cuz I wanna try if the docker image based on ubuntu 22.04 can be directly used on 20.04

but i got this error:
image (2)

I'm wondering does this repo provide docker image based on ubuntu 20.04 or do you have any suggestions on why is this error?

Any comments will be helpful!

Thank you!

@HuanyuZang HuanyuZang changed the title git clone v1.0.6 but build image for ubuntu 20.04 git clone mv-extractor and build image based on ubuntu 20.04 Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant