Page 1 of 1

Installation through Docker

Posted: Mon Mar 15, 2021 4:38 am
by redgummies

Hi everyone, I am new to faceswap and just installed it by building the dockerfile - Dockerfile.gpu. However, when i try to run faceswap.py through the docker container, there seem to be quite some libraries missing and not installed, including keras. May I know if the Dockerfile setting alone is enough to run the code? Thanks.

rg.


Re: Installation through Docker

Posted: Tue Mar 16, 2021 2:45 pm
by torzdf

I, unfortunately, don't use Docker. We just keep it around because (up until recently at least) it works, and generally we get user submitted PRs to fix issues....

That said, Keras is no longer a separate install, as it is now part of Tensorflow.

Unfortunately, that's about alll of the insight I can give.