question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Probably broken docker images

See original GitHub issue

Bug 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

cc @carmocca @akihironitta @borda

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
akihironittacommented, Oct 28, 2022

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.

0reactions
otajcommented, Nov 7, 2022

Hi, @akihironitta, I think I agree with you, I think that I maybe grabbed some weird version of the image which installed examples (and therefore torchvision) I’m perfectly fine with having this closed

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found