Skip to content

Instantly share code, notes, and snippets.

@davehague
Last active April 24, 2024 09:29
Show Gist options
  • Save davehague/aa4bfcd2f233ab4eec541ceac2101705 to your computer and use it in GitHub Desktop.
Save davehague/aa4bfcd2f233ab4eec541ceac2101705 to your computer and use it in GitHub Desktop.
Update Librechat

To pull the latest changes for LibreChat using Docker, while also considering the caching of images, you can follow these steps:

  1. Stop the running LibreChat container(s):
docker compose down
  1. CD to your librechat repository:
cd C:\Users\david\source\librechat
  1. Pull the latest changes from the LibreChat Git repository:
git pull
  1. If you're using the default setup with pre-built images, pull the latest LibreChat image:
docker compose pull
  1. Start the updated LibreChat container(s):
docker compose up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment