-
Notifications
You must be signed in to change notification settings - Fork 144
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]: Build failure for ./docker/build_container_release.sh #2044
Comments
Hi @poptamasvasile! Thanks for submitting this issue - our team has been notified and we'll get back to you as soon as we can! |
@poptamasvasile Could you try building container again with the latest from |
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 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 :
#1742
Minimum reproducible example
No response
Relevant log output
Full env printout
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: