-
Notifications
You must be signed in to change notification settings - Fork 141
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 building DFP containers #1346
Comments
efajardo-nv
added
bug
Something isn't working
dfp
[Workflow] Related to the Digital Fingerprinting (DFP) workflow
labels
Nov 6, 2023
Merged
rapids-bot bot
pushed a commit
that referenced
this issue
Nov 8, 2023
- Update `nodejs` in DFP container to match version in Morpheus dev conda environment. - Update `jupyterlab_nvdashboard` version to fix the following error seen in jupyterlab startup. ``` [W 2023-11-06 23:01:38.953 ServerApp] jupyterlab_nvdashboard | extension failed loading with message: ExtensionLoadingError('_load_jupyter_server_extension function was not found.') jupyter | Traceback (most recent call last): jupyter | File "/opt/conda/envs/morpheus/lib/python3.10/site-packages/jupyter_server/extension/manager.py", line 358, in load_extension jupyter | extension.load_all_points(self.serverapp) jupyter | File "/opt/conda/envs/morpheus/lib/python3.10/site-packages/jupyter_server/extension/manager.py", line 230, in load_all_points jupyter | return [self.load_point(point_name, serverapp) for point_name in self.extension_points] jupyter | File "/opt/conda/envs/morpheus/lib/python3.10/site-packages/jupyter_server/extension/manager.py", line 230, in <listcomp> jupyter | return [self.load_point(point_name, serverapp) for point_name in self.extension_points] jupyter | File "/opt/conda/envs/morpheus/lib/python3.10/site-packages/jupyter_server/extension/manager.py", line 221, in load_point jupyter | return point.load(serverapp) jupyter | File "/opt/conda/envs/morpheus/lib/python3.10/site-packages/jupyter_server/extension/manager.py", line 148, in load jupyter | loader = self._get_loader() jupyter | File "/opt/conda/envs/morpheus/lib/python3.10/site-packages/jupyter_server/extension/manager.py", line 117, in _get_loader jupyter | loader = get_loader(loc) jupyter | File "/opt/conda/envs/morpheus/lib/python3.10/site-packages/jupyter_server/extension/utils.py", line 47, in get_loader jupyter | raise ExtensionLoadingError(msg) from None jupyter | jupyter_server.extension.utils.ExtensionLoadingError: _load_jupyter_server_extension function was not found. ``` Fixes #1346 ## 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: - Devin Robison (https://github.com/drobison00) URL: #1347
github-project-automation
bot
moved this from Review - Ready for Review
to Done
in Morpheus Boards
Nov 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
23.11
Which installation method(s) does this occur on?
Docker
Describe the bug.
I get an error when trying to build the
jupyter
andmorpheus_pipeline
containers in the Production DFP example.Minimum reproducible example
Follow instructions in Production DFP README:
https://github.com/nv-morpheus/Morpheus/tree/branch-23.11/examples/digital_fingerprinting/production
Error occurs when running the following commands in the instructions:
Relevant log output
Full env printout
No response
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: