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

Fix conda errors in release container #1750

Merged

Conversation

dagardner-nv
Copy link
Contributor

@dagardner-nv dagardner-nv commented Jun 18, 2024

Description

  • Ensures that /opt/conda/conda-bld is a valid local conda channel. Without this any additional conda commands would error on an invalid conda channel ([BUG]: DFP docker compose fails with conda error #1744).
  • Creates a new intermediate docker stage runtime_conda_create allowing it to make use of the read-only /opt/conda/conda-bld mount from conda_bld_morpheus. Then initializing the /opt/conda/conda-bld dir as a valid/empty local channel in the runtime stage.
  • Update examples/digital_fingerprinting/production/Dockerfile to use conda with the libmamba solver.

Closes #1744

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.

@dagardner-nv dagardner-nv requested a review from a team as a code owner June 18, 2024 22:22
@dagardner-nv dagardner-nv self-assigned this Jun 18, 2024
@dagardner-nv dagardner-nv added bug Something isn't working non-breaking Non-breaking change dfp [Workflow] Related to the Digital Fingerprinting (DFP) workflow conda-build Enables running the conda-build step on a PR labels Jun 18, 2024
docker/Dockerfile Outdated Show resolved Hide resolved
docker/Dockerfile Show resolved Hide resolved
@dagardner-nv
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit b4829f6 into nv-morpheus:branch-24.06 Jun 25, 2024
12 checks passed
@dagardner-nv dagardner-nv deleted the david-docker-compose-1744 branch June 25, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working conda-build Enables running the conda-build step on a PR dfp [Workflow] Related to the Digital Fingerprinting (DFP) workflow non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG]: DFP docker compose fails with conda error
2 participants