https://github.com/Microsoft/CNTK
Revision 6e265dae47ded0106e8cd09036b3e87fa03eb4cc authored by Yang Chen on 05 July 2018, 21:33:54 UTC, committed by Yang Chen on 05 July 2018, 21:42:02 UTC
Unlike Linux-like cp instruction, docker COPY instruction doesn't
preserve the top-level dir structure (e.g. it copies the contents
of the top-level dir rather than the dir itelse to the image).

Our Dockerfile for generating GPU image has correct behavior though.
1 parent 17e6a01
Raw File
Tip revision: 6e265dae47ded0106e8cd09036b3e87fa03eb4cc authored by Yang Chen on 05 July 2018, 21:33:54 UTC
Fixed an issue for copying patches
Tip revision: 6e265da
CONTRIBUTING.md
You want to contribute to CNTK? We're really excited to work together!

Please, follow the steps from the documentation:

https://docs.microsoft.com/en-us/cognitive-toolkit/contributing-to-cntk

Your CNTK team.
back to top