Skip to content
Discussion options

You must be logged in to vote

Updating Instructions (docker):

# Linux command to Remove all existing images
docker images -a | grep "librechat" | awk '{print $3}' | xargs docker rmi

# Windows Powershell
docker images -a | findstr "librechat" | ForEach-Object { docker rmi $_.Split()[2] }

Then follow the directions here: https://www.librechat.ai/docs/local/docker#update-librechat

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
4 replies
@cryptoguard
Comment options

@kukoboris
Comment options

@jutton1
Comment options

@jutton1
Comment options

Answer selected by cryptoguard
Comment options

You must be logged in to vote
3 replies
@srcnkmn
Comment options

@danny-avila
Comment options

@publicvirtualvoid
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
7 participants
Converted from issue

This discussion was converted from issue #6068 on February 26, 2025 15:37.