Probably broken docker images
See original GitHub issueBug description
We probably have broken CUDA docker images - it seems that our docker images contain PyTorch version compiled with CUDA support, however torchvision without CUDA support. This is happening due to the fact we install them in separate steps and we don’t pass PyTorch wheel URL to installation step of torchvision
.
It is not a high priority since torchvision is not used as often, but it suddenly made lightning-bolts
testing broken.
How to reproduce the bug
No response
Error messages and logs
# Error messages and logs here please
More info
No response
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
How to Fix and Debug Docker Containers Like a Superhero
Container errors are tricky to diagnose, but some investigative magic works wonders. Read along to learn how to debug Docker containers.
Read more >Find out Why Your Docker Container Keeps Crashing
Your Docker container is exiting without a useful error message? Here are a few ways to find out what's happening.
Read more >docker image not working or running properly
If the container isn't running, then the app exited. That could happen for different reasons, but the most likely cause is that a...
Read more >10 things to avoid in docker containers
First: Containers are immutable - The OS, library versions, configurations, folders, and application are all wrapped inside the container. You ...
Read more >Can't run/start any docker container after update #597
This is a bug report This is a feature request I searched existing issues before opening this one Expected behavior Any Docker Container...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For the note, the current failure in https://github.com/Lightning-AI/lightning-bolts/pull/910 shouldn’t be caused by this as far as I see the logs and should be fixed by https://github.com/Lightning-AI/lightning-bolts/issues/922 and https://github.com/Lightning-AI/lightning-bolts/pull/912.
Hi, @akihironitta, I think I agree with you, I think that I maybe grabbed some weird version of the image which installed
examples
(and thereforetorchvision
) I’m perfectly fine with having this closed