mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #416] [MERGED] fix: use the image tag in the docker run examples #450
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/416
Author: @masci
Created: 12/22/2024
Status: ✅ Merged
Merged: 12/22/2024
Merged by: @logan-markewich
Base:
main← Head:massi/docs📝 Commits (1)
e088620fix: use the image tag in the docker run examples📊 Changes
2 files changed (+7 additions, -2 deletions)
View changed files
📝
docs/docs/module_guides/llama_deploy/10_getting_started.md(+6 -1)📝
examples/quick_start/README.md(+1 -1)📄 Description
Explicitly add the
maintag to the code examples showing how to run the Docker container. Themainimage is usually fairly stable so it should be ok to use in the examples.Fixes #415
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.