Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pre-built container section from getting_started.md #1764

Conversation

yczhang-nv
Copy link
Contributor

Description

The quickstart guide recommends users to use the pre-built containers, however these containers don't have the ability to launch Triton as documented.

Have tried the solution that adding ./external/utilities/docker/install_docker.sh to Dockerfile to enable spinning up another docker container that runs triton server inside the release container, but it cannot mount /models directory due to the nested docker mount issue, making the solution to be invalid.

For 24.06 release, just remove the pre-built container section from getting_started.md and let users to build the container from source. For further improvement, plan to publish a separate models container in the next release.

Closes #1507

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • When the PR is ready for review, new or existing tests cover these changes.
  • When the PR is ready for review, the documentation is up to date with these changes.

@yczhang-nv yczhang-nv requested a review from a team as a code owner June 26, 2024 22:40
@yczhang-nv yczhang-nv self-assigned this Jun 26, 2024
@yczhang-nv yczhang-nv added non-breaking Non-breaking change doc Improvements or additions to documentation labels Jun 26, 2024
@dagardner-nv
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit ba23b31 into nv-morpheus:branch-24.06 Jun 26, 2024
12 checks passed
dagardner-nv added a commit to dagardner-nv/Morpheus that referenced this pull request Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Improvements or additions to documentation non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[DOC]: Quickstart guide recommends steps that cannot be completed in the pre-built release container
2 participants