Updating Inference Scouts
How to Update Your Scout
Step-by-Step Guide
1. Stop the Current Scout Container
docker stop scout2. Remove the Existing Scout Container
docker rm scout# WARNING: This will delete all your Docker images.
# Proceed with care if you are on a shared computer.
docker system prune -a3. Pull the Latest Docker Image
4. Update the .env File (if necessary)
5. Run the Updated Scout Container
6. Verify the Update
Last updated