Skip to content

Commit

Permalink
Add build-essential to driver image
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Mar 21, 2023
1 parent b70e338 commit 55d72c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: ./.github/workflows/ci_pipe.yml
with:
run_check: ${{ startsWith(github.ref_name, 'pull-request/') }}
container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-driver-230315
test_container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-test-230315
container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-driver-230321
test_container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-test-230321
secrets:
NGC_API_KEY: ${{ secrets.NGC_API_KEY }}
1 change: 1 addition & 0 deletions ci/runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ ARG CUDA_PKG_VER
RUN apt update && \
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC \
apt install --no-install-recommends -y \
build-essential \
cuda-nvtx-${CUDA_PKG_VER} \
libcublas-dev-${CUDA_PKG_VER} \
libcufft-dev-${CUDA_PKG_VER} \
Expand Down
1 change: 1 addition & 0 deletions ci/scripts/github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ sccache --version
rapids-logger "Configuring cmake for Morpheus"
git submodule update --init --recursive

# Explicitly setting nvcc path Work-around for https://github.com/rapidsai/cudf/issues/12862
cmake -B build -G Ninja ${CMAKE_BUILD_ALL_FEATURES} \
-DCCACHE_PROGRAM_PATH=$(which sccache) \
-DMORPHEUS_PYTHON_BUILD_WHEEL=ON \
Expand Down

0 comments on commit 55d72c9

Please sign in to comment.