I'm trying to use python fast-bert library to load it to Amazon's SageMaker using their script in container/build_and_push.sh
but then in SageMaker I receive error /usr/bin/env: ‘python\r’: No such file or directory
.
I understand it's related to to Windows/Linux differences, but how can I get rid of it in this script, because I'm not familiar with shell at all :/ Thanks in advance!
https://github.com/kaushaltrivedi/fast-bert/blob/master/container/build_and_push.sh