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

Install git 2.16+ instead of 1.8.3.1 to avoid some bugs with 1.4.0 #431

Open
UlrichFreitag opened this issue Apr 2, 2020 · 0 comments
Open

Comments

@UlrichFreitag
Copy link
Contributor

I had this issue pytorch/pytorch#35149 when using the docker image of pytorch/builder (pytorch/manylinux-cuda102) when building a manywheel fork of LMS (pytorch/pytorch#35633).

It seems that the issue is only appearing when using git 1.8.3.1. When installing git 2.16 it works just fine:

yum -y remove git*
yum -y install https://centos7.iuscommunity.org/ius-release.rpm
yum -y install git2u-all

Maybe git 2.16 should be installed by default? :)

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

1 participant