Open
Description
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
Low (would be nice)
Please provide a clear description of problem this feature solves
It would be nice if we had easier access to logs, data and source code from the digital-fingerptinging/production jupyter lab environment.
When launched as a container, the jupyter lab root folder is:
/workspace/examples/digital_fingerprinting/production/morpheus
as such, from the jupyterlab navigation panes, we cannot access:
- dfp examples data: /workspace/examples/data/dfp
- pipeline logs: /root/.cache/morpheus/log
- morpheus source code: /workspace/morpheus
Describe your ideal solution
moving the data folder and the log folder to:
/workspace/examples/digital_fingerprinting/production/morpheus
& creating a symlink to the source files in /workspace/morpheus
Describe any alternatives you have considered
There are several possible workarounds:
- Create symlinks to of these folders like so (from terminal):
ln -s /root/.cache/morpheus/log /workspace/examples/digital_fingerprinting/production/morpheus/log - open a /bin/bash terminal to the container, view these files outside of jupyterlab
Additional context
In branch 22.11,
examples/digital-fingerprinting/production
docker container "jupyter"
This might be relevant to other examples as well.
Code of Conduct
- I agree to follow this project's Code of Conduct
- I have searched the open feature requests and have found no duplicates for this feature request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
Type
Projects
Status
Todo