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

the gpu docker image not finding the requirements #1401

Open
fady17 opened this issue Sep 10, 2024 · 1 comment
Open

the gpu docker image not finding the requirements #1401

fady17 opened this issue Sep 10, 2024 · 1 comment

Comments

@fady17
Copy link

fady17 commented Sep 10, 2024

nividia docker image

it keep failing clonning the rep so i increased the buffer and the timeout and the number of retries :
**RUN git config --global http.postBuffer 1048576000
RUN git config --global http.lowSpeedLimit 0
RUN git config --global http.lowSpeedTime 999999
RUN for i in {1..5}; do git clone --depth 1 --no-single-branch https://github.com/deepfakes/faceswap.git && break || sleep 15; done
**

RUN python -m pip --no-cache-dir install -r requirements_nvidia.txt
24 |
25 |


ERROR: failed to solve: process "/bin/sh -c python -m pip --no-cache-dir install -r requirements_nvidia.txt" did not complete successfully: exit code: 1
but it still can't find the requirement i fixed it manually but you should look into it.

**

  • OS: ubuntu
@ElixTanMerquri
Copy link

ElixTanMerquri commented Sep 26, 2024

requirements for cpu doesn't work also. error is at installation of tensorflow (they've changed to using python3 to do installation). I've moved it to dockerfile level but still facing some issues.

Can you share how you fixed it?

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

2 participants