-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
stable, dev PyTorch in Dockerfile and conda gh actions #3074
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3074 +/- ##
=======================================
- Coverage 88% 86% -2%
=======================================
Files 109 109
Lines 8436 8043 -393
=======================================
- Hits 7409 6916 -493
- Misses 1027 1127 +100 |
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.
pls, update the cuda based image such that the 1.7/nightmli is just an argument so we avoid maintaining too many images...
@Borda torch is not installed as locked version in |
maybe but in Conda env we are running only CPU tests compare to the CUDA-pip image we run in Drone with the full suite case |
Found out pytorch CUDA image itself is also using conda, so go with it right now. |
Well but is conda activated by default? |
yes |
for GPU testing with stable and dev PyTorch on Drone, shall we do testing in parallel or one after another? |
@Borda I have noticed that |
@Borda mind review this so far? |
btw, is it still wip? |
@Borda I haven't worked on Drone CI for GPU testing, so can be said wip |
@Borda do I need to change this docker image? |
you cannot until it is build for the first time and push to the docker hub... |
Ok then, shall we build the docker from this PR without merging into master? |
@Borda ready to review |
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
@ydcjeff seems that tests for pt 1.7 are failing so I would recommend to keep the CI ready and just comment for 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.
LGTM, great job
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.
All good. Nice work!
What does this PR do?
Add Docker image installed with pytorch nightly, PyTorch & Conda gh action tested with pytorch nightly
Before submitting
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.
Did you have fun?
Make sure you had fun coding 🙃