Closed Zod20 closed 4 years ago
Hi @Zod20, looks like you have an issue with your git configuration.
You can either run git config --global core.autocrlf false
or just comment out the RUN sha512sum -c sha512sums.txt
line in the Dockerfile.
See this issue for further: https://github.com/IBM/MAX-Audio-Classifier/issues/60
Hi @Zod20, looks like you have an issue with your git configuration.
You can either run
git config --global core.autocrlf false
or just comment out theRUN sha512sum -c sha512sums.txt
line in the Dockerfile.See this issue for further: IBM/MAX-Audio-Classifier#60
Thanks, I commented out the RUN line in Dockerfile and it worked :D