Skip to content

Commit

Permalink
Temp disable doca
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Feb 13, 2025
1 parent b4592ca commit 9ab5ac2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ci/runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN --mount=type=cache,id=conda_pkgs,target=/opt/conda/pkgs,sharing=locked \
conda clean -afy && \
rm -rf /tmp/conda

ENV MORPHEUS_SUPPORT_DOCA=ON
ENV MORPHEUS_SUPPORT_DOCA=OFF

COPY ./.devcontainer/docker/optional_deps/doca.sh /tmp/doca/

Expand All @@ -72,12 +72,11 @@ RUN --mount=type=cache,id=apt,target=/var/cache/apt \
apt install --no-install-recommends -y \
automake \
build-essential \
libtool \
wget

libtool

RUN --mount=type=cache,id=apt,target=/var/cache/apt \
PKG_ARCH=${TARGETARCH} /tmp/doca/doca.sh /tmp/doca && \
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC \
/tmp/doca/doca.sh /tmp/doca && \
rm -rf /tmp/doca && \
apt clean

Expand Down

0 comments on commit 9ab5ac2

Please sign in to comment.