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

utility/docker_train_locally.sh: line 36: PWD: command not found #22

Open
vmichals opened this issue Oct 28, 2019 · 0 comments
Open

utility/docker_train_locally.sh: line 36: PWD: command not found #22

vmichals opened this issue Oct 28, 2019 · 0 comments

Comments

@vmichals
Copy link

I believe, the lines linked below in the docker utility files should say ${PWD} (curly braces, using the environment variable that is automatically set in most shels) or $(pwd) (round parentheses, executing the command-line tool and fetching it's output) instead of $(PWD) (tries to call a non-existing command-line tool).

See these highlights:
https://github.com/minerllabs/competition_submission_starter_template/blob/53ad35a8cff9ee217d5ab58313800dfd12142f8c/utility/docker_evaluation_locally.sh#L29-L31
https://github.com/minerllabs/competition_submission_starter_template/blob/53ad35a8cff9ee217d5ab58313800dfd12142f8c/utility/docker_train_locally.sh#L28-L30

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

1 participant