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

[BUG]: Error when building DFP container #1554

Closed
2 tasks done
efajardo-nv opened this issue Mar 7, 2024 · 0 comments · Fixed by #1551
Closed
2 tasks done

[BUG]: Error when building DFP container #1554

efajardo-nv opened this issue Mar 7, 2024 · 0 comments · Fixed by #1551
Assignees
Labels
bug Something isn't working

Comments

@efajardo-nv
Copy link
Contributor

efajardo-nv commented Mar 7, 2024

Version

24.03

Which installation method(s) does this occur on?

Docker

Describe the bug.

Getting an error when I try to build the DFP container following instructions here.

Minimum reproducible example

Error occurs after this step:

docker compose up jupyter

Relevant log output

 > [jupyter base 4/6] RUN source activate morpheus     && mamba env update -n morpheus --file ../../conda/environments/examples_cuda-121_arch-x86_64.yaml:
#0 0.913
#0 0.913 EnvironmentFileNotFound: '/workspace/conda/environments/examples_cuda-121_arch-x86_64.yaml' file not found
#0 0.913
------
failed to solve: process "/bin/bash -c source activate morpheus     && mamba env update -n morpheus --file ../../conda/environments/examples_cuda-121_arch-x86_64.yaml" did not complete successfully: exit code: 1

Full env printout

No response

Other/Misc.

No response

Code of Conduct

  • I agree to follow Morpheus' Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
@efajardo-nv efajardo-nv added the bug Something isn't working label Mar 7, 2024
@efajardo-nv efajardo-nv self-assigned this Mar 7, 2024
rapids-bot bot pushed a commit that referenced this issue Mar 15, 2024
- Update environment yaml paths to point to `conda/environments` instead of `morpheus/conda/environments`.
- Update `docker/Dockerfile` to copy all yaml files from `conda/environments` to runtime image.
- Fix broken environment yaml path in DFP Dockerfile to use above examples yaml.
- Remove DFP `conda_env.yml` which is out of date and no longer used. DFP dependencies have already been moved to the examples yaml with updated versions.

Closes #1554

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- 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.

Authors:
  - Eli Fajardo (https://github.com/efajardo-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #1551
@github-project-automation github-project-automation bot moved this from Todo to Done in Morpheus Boards Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant