Open poptamasvasile opened 2 weeks ago
Hi @poptamasvasile!
Thanks for submitting this issue - our team has been notified and we'll get back to you as soon as we can! In the meantime, feel free to add any relevant information to this issue.
@poptamasvasile Could you try building container again with the latest from branch-24.10
? That's the more stable branch and was just released a few days ago. Container build worked for me. branch-25.02
is the new dev branch and is not sync'd yet with latest commits from 24.10. I got the same error as you when I tried building from there.
when i build from brach-24.10 i get : ERROR: failed to solve: process "/bin/bash -c source activate morpheus && CONDA_ALWAYS_YES=true /opt/conda/bin/mamba install -n morpheus -c local -c conda-forge -c huggingface -c rapidsai -c rapidsai-nightly -c nvidia -c nvidia/label/dev -c pytorch -c defaults morpheus && cd ${MORPHEUS_ROOT_HOST} && CMAKE_CONFIGURE_EXTRA_ARGS=\"-DMORPHEUS_BUILD_DOCS=ON -DMORPHEUS_PYTHON_BUILD_STUBS=OFF -DMORPHEUS_CUDA_ARCHITECTURES=RAPIDS\" ./scripts/compile.sh --target morpheus_docs" did not complete successfully: exit code: 1
@poptamasvasile Try running :
git submodule update --init --recursive
Then re-run the build.
Version
25.02
Which installation method(s) does this occur on?
No response
Describe the bug.
When running ./docker/build_container_release.sh i enconter the the following issue on the build(29/37)
ERROR: failed to solve: process "/bin/bash -c /opt/conda/bin/mamba install -y -n base -c conda-forge \"git-lfs\" && source activate base && git lfs install && git config --global --add safe.directory \"*\" && cd ${MORPHEUS_ROOT_HOST} && MORPHEUS_PYTHON_BUILD_STUBS=OFF CONDA_BLD_PATH=/opt/conda/conda-bld ./ci/conda/recipes/run_conda_build.sh morpheus" did not complete successfully: exit code: 1
I want to mention that I have followed the las issue that is closed about this topic but still did not resolve my problem. Issue closed : https://github.com/nv-morpheus/Morpheus/issues/1742
Minimum reproducible example
No response
Relevant log output
Full env printout
Other/Misc.
No response
Code of Conduct