-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Drone: use nightly build cuda docker images #3658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
failing on docker using: |
|
need to rebuild the docker image in #3661 |
|
Could this error be the non-root user creation? |
it seems so... I ll tttry to get a version with sudo like we have for XLA... |
0853c34 to
28d51af
Compare
|
@ydcjeff I have built this one locally and pushed it to Docker hub directly to test that it fine to run the tests... |
|
seems we have failing test for PR 1.6 is it something you have seen? @awaelchli @williamFalcon |
6f4da83 to
d146770
Compare
|
This pull request is now in conflict... :( |
db49fa9 to
e739764
Compare
|
This pull request is now in conflict... :( |
|
This pull request is now in conflict... :( |
e15e717 to
21b635d
Compare
Codecov Report
@@ Coverage Diff @@
## master #3658 +/- ##
======================================
Coverage 93% 93%
======================================
Files 111 111
Lines 8068 8046 -22
======================================
- Hits 7487 7467 -20
+ Misses 581 579 -2 |
|
probably the DD just needs to set some env variables... |
| del os.environ['WORLD_SIZE'] | ||
| # TODO: try this skip | ||
| # if 'WORLD_SIZE' in os.environ: | ||
| # del os.environ['WORLD_SIZE'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@awaelchli it seems there is no restore anywhere else... so how is it possible it passes on master now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any idea why the env deletion was added here? especially after training...
|
Hello @Borda! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-10-26 05:32:38 UTC |
|
when I run the tests on similar machine... |
tchaton
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great Addition :)
What does this PR do?
Update used docker images to the one we regularly update...
Next PR: switch docker image to PT 1.6 version fro Drone testing
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
After PR merged
https://hub.docker.com/repository/docker/pytorchlightning/pytorch_lightning/tags?page=1&name=cuda-extras
Did you have fun?
Make sure you had fun coding 🙃