You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a Docker container on Runopod, I encountered errors indicating that certain Ubuntu repositories no longer have a release file. The full error log is as follows:
I expected the container to run without any issues, as it was working perfectly just three days ago. The repositories were accessible, and all necessary packages installed without errors during that time.
How to reproduce the problem
No response
Additional context
No response
Discord username
No response
The text was updated successfully, but these errors were encountered:
I just encountered the same issue rebuilding a docker image (not related to InvokeAI) based on Ubuntu 23.04.
Following the links in the error message it shows that there is no lunar folder below http://archive.ubuntu.com/ubuntu/dists/
Presumably it was recently removed after Ubuntu Lunar has reached its End-of-Life in Jan 2024 according to https://wiki.ubuntu.com/Releases
Your best bet might be to rebuild or otherwise obtain your container image based on a newer Ubuntu version. If you want a long-term stable release, the latest is 24.04.1 as of now.
Is there an existing issue for this problem?
Operating system
other
GPU vendor
Nvidia (CUDA)
GPU model
No response
GPU VRAM
No response
Version number
5.4.2
Browser
runpod
Python dependencies
No response
What happened
When running a Docker container on Runopod, I encountered errors indicating that certain Ubuntu repositories no longer have a release file. The full error log is as follows:
2024-11-27T16:36:09.240804704Z E: The repository 'http://archive.ubuntu.com/ubuntu lunar Release' no longer has a Release file.
2024-11-27T16:36:09.240823327Z E: The repository 'http://archive.ubuntu.com/ubuntu lunar-updates Release' no longer has a Release file.
2024-11-27T16:36:09.240828923Z E: The repository 'http://archive.ubuntu.com/ubuntu lunar-backports Release' no longer has a Release file.
2024-11-27T16:36:09.240833523Z E: The repository 'http://security.ubuntu.com/ubuntu lunar-se
What you expected to happen
I expected the container to run without any issues, as it was working perfectly just three days ago. The repositories were accessible, and all necessary packages installed without errors during that time.
How to reproduce the problem
No response
Additional context
No response
Discord username
No response
The text was updated successfully, but these errors were encountered: