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

Adding Docker support #874

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

jalotra
Copy link

@jalotra jalotra commented Jul 5, 2024

  • With python now at 3.12, I think this repo was written when python was at 3.9
  • So getting deps issues around tensorflow and onxxruntime on macos (silicon)

What is added ?

  • This adds a dockerfile so that you can use roop with python 3.9 and dont pollute your env for good.
  • Build : docker buildx build --tag roop-image -f Dockerfile .
  • Run : docker run roop-image
  • Exec into the container and Then Work : docker exec -it -v <data_dir>:/roop/data db0c4cc94672 /bin/bash
  • Run Roop Inside Container : python run.py -t data/input_image_2.png -s data/Walter_White_S5B.png -o out_3.png --temp-frame-quality=100

@fahadshery
Copy link

could you provide a docker-compose with this as well please?

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

Successfully merging this pull request may close these issues.

3 participants