deep-learning-containers
deep-learning-containers copied to clipboard
[bug] Missed neuron-start.sh
Checklist
- [x] I've prepended issue tag with type of change: [bug]
- [ ] (If applicable) I've attached the script to reproduce the bug
- [ ] (If applicable) I've documented below the DLC image/dockerfile this relates to
- [ ] (If applicable) I've documented below the tests I've run on the DLC image
- [ ] I'm using an existing DLC image listed here: https://docs.aws.amazon.com/deep-learning-containers/latest/devguide/deep-learning-containers-images.html
- [ ] I've built my own container based off DLC (and I've attached the code used to build my own image)
Concise Description: pytorch/inference/docker/build_artifacts/neuron-start.sh is missed, but it is required for neuron containers.
DLC image/dockerfile:
Current behavior:
Expected behavior:
Additional context:
Please use the latest dockerfile. neuron_start.sh is replaced with other files.
Closing the issue. Feel free to reopen if the above solution does not solve the problem.