Docker image for gpu fails to build
Author: darutokoCreated Apr 1, 2026Updated Aug 7, 2026
Crash reports MUST be included when reporting bugs.
> [9/9] RUN python -m pip --no-cache-dir install -r ./requirements/requirements_nvidia.txt:
1.566 ERROR: Could not open requirements file: [Errno 2] No such file or directory: '/faceswap/requirements/_requirements_nvidia_13.txt'
Describe the bug Docker build fails
To Reproduce
Steps to reproduce the behavior:
run command from INSTALL
docker build \ -t faceswap-gpu \ https://raw.githubusercontent.com/deepfakes/faceswap/master/Dockerfile.gpu
Expected behavior Build docker image
Source: deepfakes/faceswap