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

DFP container updates #1347

Merged

Conversation

efajardo-nv
Copy link
Contributor

Description

  • 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.
  • 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.

@efajardo-nv efajardo-nv added bug Something isn't working non-breaking Non-breaking change labels Nov 6, 2023
@efajardo-nv efajardo-nv added this to the 23.11 - DFP Improvements milestone Nov 6, 2023
@efajardo-nv efajardo-nv requested a review from a team as a code owner November 6, 2023 23:07
@efajardo-nv efajardo-nv self-assigned this Nov 6, 2023
@efajardo-nv efajardo-nv changed the title Dfp container updates DFP container updates Nov 6, 2023
@efajardo-nv
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 401ad6f into nv-morpheus:branch-23.11 Nov 8, 2023
10 of 11 checks passed
@efajardo-nv efajardo-nv deleted the dfp-container-updates branch November 8, 2023 16:13
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]: Error building DFP containers
2 participants