You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
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.
The text was updated successfully, but these errors were encountered: