pytorch-cpp
pytorch-cpp copied to clipboard
Add DockerfileCUDA102
Description of the change
Description here
Type Of Change
- [ ] Bug Fix (non-breaking change that fixes an issue)
- [x] New Feature
- [ ] New PyTorch tutorial
- [ ] Breaking Change (cmake changes, fix or feature that would cause existing functionality to not work as expected)
Related Issues
Fix #100
Development & Code Review
- [x] cpplint rules passes locally (run
cmake -P cpplint.cmake) - [ ] CI is passing
- [ ] Changes have been reviewed by at least one of the maintainers
IMHO it would make more sense to extend the the current Dockerfile to include the functionality of building for/running on GPU. Then we could keep the extra features of our docker_entrypoint.sh.