Skip to content
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

[bug]: "The repository ... (ubuntu) no longer has a Release file" when running a Docker container on Runopod #7387

Open
1 task done
Arhadrianman10 opened this issue Nov 27, 2024 · 1 comment · May be fixed by #7401
Open
1 task done
Labels
bug Something isn't working

Comments

@Arhadrianman10
Copy link

Is there an existing issue for this problem?

  • I have searched the existing issues

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

@Arhadrianman10 Arhadrianman10 added the bug Something isn't working label Nov 27, 2024
@stf976
Copy link

stf976 commented Nov 28, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants