You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If needed, create a new conda environment
conda create --name mrc python=3.10
# Activate the newly created conda environment
conda activate mrc
# Install MRC Python bindings
conda install -c rapidsai -c nvidia -c conda-forge mrc libmrc
### Relevant log output
see above.
### Full env printout
says, no such file or directory, I even cd'ed to `/scripts` and did `ls`
### Other/Misc.
_No response_
### Code of Conduct
- [X] I agree to follow Morpheus' Code of Conduct
- [X] I have searched the [open bugs](https://github.com/nv-morpheus/Morpheus/issues?q=is%3Aopen+is%3Aissue+label%3Abug) and have found no duplicates for this bug report
The text was updated successfully, but these errors were encountered:
Thanks for submitting this issue - our team has been notified and we'll get back to you as soon as we can!
In the mean time, feel free to add any relevant information to this issue.
Version
23.11
Which installation method(s) does this occur on?
Docker
Describe the bug.
I try to run the log parsing example:
Minimum reproducible example
I will attach a conda environment.yml and pip requirements.txt to this issue.
I followed instructions here: https://github.com/nv-morpheus/MRC
Specifically:
The text was updated successfully, but these errors were encountered: