Updating Inference Scouts
How to Update Your Scout
Keeping your Scout node up-to-date ensures optimal performance, security, and access to the latest features. Follow these steps to update your Scout node:
Step-by-Step Guide
1. Stop the Current Scout Container
First, stop the running Scout container to prepare for the update:
2. Remove the Existing Scout Container
Remove the old Scout container to avoid conflicts with the new version:
Optionally, clear your images (use with caution):
3. Pull the Latest Docker Image
Fetch the latest version of the Scout image from Docker Hub:
4. Update the .env File (if necessary)
Make sure your .env
file is up-to-date with any new environment variables required by the latest version. Compare your .env
file with the latest template provided in the documentation or .env.sample
.
5. Run the Updated Scout Container
Start the Scout container with the updated image and environment variables:
6. Verify the Update
Check that the updated Scout container is running properly:
a. Check Logs
View the container logs to ensure there are no errors:
b. Access the Application
Open your browser and navigate to http://<your-server-ip>:<port>
to verify the setup.
c. Test Server Response
Ensure the server is live by running:
Expected response:
d. Check the Leaderboard
Visit the leaderboard and confirm that the version has been updated.
This revised version improves the formatting and structure for GitBook, using proper Markdown syntax for headers, code blocks, and lists. It also separates the verification steps into sub-steps for better clarity and readability.
Last updated