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

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 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

2 participants