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

Update .bashrc in container to activate morpheus conda environment #969

Merged
merged 4 commits into from
Jun 12, 2023

Conversation

efajardo-nv
Copy link
Contributor

Description

  • Update .bashrc in container to activate morpheus conda environment. Dockerfile was previously using sed to replace existing conda activate base with conda activate morpheus. Base image no longer has conda activate base so now just appending conda activate morpheus to .bashrc.

Fixes #968

Checklist

[x] I am familiar with the Contributing Guidelines.
[x] New or existing tests cover these changes.
[x] The documentation is up to date with these changes.

@efajardo-nv efajardo-nv added bug Something isn't working non-breaking Non-breaking change labels Jun 5, 2023
@efajardo-nv efajardo-nv requested a review from a team as a code owner June 5, 2023 21:12
Copy link
Contributor

@mdemoret-nv mdemoret-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving. But try out the suggestion first.

docker/Dockerfile Outdated Show resolved Hide resolved
@mdemoret-nv
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit 67b5158 into nv-morpheus:branch-23.07 Jun 12, 2023
@efajardo-nv efajardo-nv deleted the fix-container-bashrc branch July 29, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[BUG]: morpheus conda environment no longer activated when running container
2 participants