Add some common tools to docker base#86993
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/86993
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 FailuresAs of commit 53bb8e5: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Tried to rebase and push PR #86993, but it was already up to date |
|
@pytorchbot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Successfully rebased |
fc7cb65 to
53bb8e5
Compare
ZainRizvi
left a comment
There was a problem hiding this comment.
These are all pretty small packages (~10MB combined) so it's a pretty small footprint for ease of debug-ability
| sudo \ | ||
| wget \ | ||
| vim | ||
| vim \ |
|
@pytorchbot merge -f 'The new check labels workflow fails because this PR does not have its commit' |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
I always need to install these 2 tools whenever I use Docker manually to debug build and test issues: * unzip is to extracted the zipped artifacts from PyTorch CI * gdb is to do you know what :) IMO, it makes sense to have them as part of the container image Pull Request resolved: pytorch#86993 Approved by: https://github.com/ZainRizvi
I always need to install these 2 tools whenever I use Docker manually to debug build and test issues: * unzip is to extracted the zipped artifacts from PyTorch CI * gdb is to do you know what :) IMO, it makes sense to have them as part of the container image Pull Request resolved: pytorch#86993 Approved by: https://github.com/ZainRizvi
I always need to install these 2 tools whenever I use Docker manually to debug build and test issues:
IMO, it makes sense to have them as part of the container image