Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

I'm getting "exec entrypoints/entrypoint.train.cpu.sh: no such file or directory" #113

Open
whiteSkar opened this issue Feb 9, 2024 · 1 comment

Comments

@whiteSkar
Copy link

When I run the docker run command from the README, I get "exec entrypoints/entrypoint.train.cpu.sh: no such file or directory"

The file does exist in the entrypoints directory.

What's going on?

I'm using git bash on Windows 10.

@seniorsolt
Copy link

add dos2unix in dockerfile and RUN find /src/entrypoints -type f -exec dos2unix {} ;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants