Skip to content

Commit

Permalink
Include the utilities repo as it is nescesarry for building C++ stage…
Browse files Browse the repository at this point in the history
…s/messages for morpheus
  • Loading branch information
dagardner-nv committed Dec 29, 2023
1 parent a006b0b commit b373854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN --mount=type=cache,id=conda_pkgs,target=/opt/conda/pkgs,sharing=locked \
# Install mamba, boa and git here. Conda build breaks with other git installs
/opt/conda/bin/mamba install -y -n base -c conda-forge "boa" "git >=2.35.3" "python=${PYTHON_VER}" "tini=0.19" &&\
source activate base
# conda clean -afy
# conda clean -afy

# ============ Stage: conda_env ============
# Create the conda environment and install all dependencies
Expand Down Expand Up @@ -261,6 +261,7 @@ RUN --mount=type=bind,from=conda_bld_morpheus,source=/opt/conda/conda-bld,target
COPY "${MORPHEUS_ROOT_HOST}/docker" "./docker"
COPY "${MORPHEUS_ROOT_HOST}/docs" "./docs"
COPY "${MORPHEUS_ROOT_HOST}/examples" "./examples"
COPY "${MORPHEUS_ROOT_HOST}/external/utilities" "./external/utilities"
COPY "${MORPHEUS_ROOT_HOST}/models" "./models"
COPY "${MORPHEUS_ROOT_HOST}/scripts" "./scripts"
COPY ["${MORPHEUS_ROOT_HOST}/*.md", "${MORPHEUS_ROOT_HOST}/LICENSE", "./"]
Expand Down

0 comments on commit b373854

Please sign in to comment.