You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
**
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
The text was updated successfully, but these errors were encountered:
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.
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
**
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.
**
The text was updated successfully, but these errors were encountered: