tshatrov / ichiran

Linguistic tools for texts in Japanese language
MIT License
299 stars 33 forks source link

Docker entrypoint missing on Windows #35

Open Daichi09 opened 1 year ago

Daichi09 commented 1 year ago

I'm on Docker Desktop on Windows 10, trying to build the Docker containers.

I'm getting a /bin/sh: 1: entrypoint.sh: not found inside of ichiran-main-1 when I start the container up.

I did get this to run just fine on a Debian Linux system, so I think it might be something specific on Docker Desktop on Windows.

codicoscepticos commented 12 months ago

@Daichi09 The solution that worked for me, which can be read here: https://stackoverflow.com/a/50974034/2969765, and it was to clone the repository with git clone --config core.autocrlf=false https://github.com/tshatrov/ichiran.git.

These answers...

...were also helpful.