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

Fixes #Issue7: Enhance network cleanup based on code analysis #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ruanjunmin
Copy link

Code analysis revealed that incomplete Docker network cleanup was causing 'network not found' errors. The function in is updated to:

  • Forcibly remove all localai related networks.
  • Increase wait time.
  • Improve error handling.

Code analysis revealed that incomplete Docker network cleanup was causing 'network not found' errors. The  function in  is updated to:

- Forcibly remove all localai related networks.
- Increase wait time.
- Improve error handling.
@coleam00 coleam00 added the enhancement New feature or request label Feb 24, 2025
@coleam00
Copy link
Owner

Thanks for this PR @ruanjunmin! Could you please provide some more details around the specifics for the changes you made and any testing you did?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants