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

$(pwd): #10

Open
ghost opened this issue Jul 5, 2017 · 2 comments
Open

$(pwd): #10

ghost opened this issue Jul 5, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 5, 2017

I followed well until this step:

$ docker run -v $(pwd):/outputs -it amazonlinux:2016.09
/bin/bash /outputs/build.sh

My local path is e:/Science_git_sklearn-build-lambda. What is the right value for $(pwd)?
Thank you.

@ryansb
Copy link
Owner

ryansb commented Aug 1, 2017

Hrm, I've never tested this out on Windows, the value I'm intending is a local path where the build outputs (zip files) can be stored. You may need Docker Machine or similar, it looks like it does special handling for mounts. https://docs.docker.com/engine/tutorials/dockervolumes/

@AntoineDrouhin
Copy link

In case anyone needs to use this on windows, just replace $(pwd) by the path where you cloned the repo.

you will have to right the path in linux style. ex : /c/Users/dev/sklearn-build-lambda

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