Wav2Lip-Emotion icon indicating copy to clipboard operation
Wav2Lip-Emotion copied to clipboard

Make standard Dockerfile

Open IanMagnusson opened this issue 3 years ago • 1 comments

Todo:

  • [x] make Nvidia image based docker file that allows anaconda set up afterwards
  • [ ] write up anaconda reqs for Wav2Lip and evaluation code into README.md as explicit post docker setup
  • [ ] push finalize docker image to docker hub?

IanMagnusson avatar Jul 09 '21 17:07 IanMagnusson

references used to solve things here:

exposing host gpu to container - (https://towardsdatascience.com/how-to-properly-use-the-gpu-within-a-docker-container-4c699c78c6d1)

fixing opencv fail with skbuild - (https://stackoverflow.com/questions/63448467/installing-opencv-fails-because-it-cannot-find-skbuild)

IanMagnusson avatar Jul 09 '21 17:07 IanMagnusson