diff --git a/ci-conda.Dockerfile b/ci-conda.Dockerfile index b733679..f33c61b 100644 --- a/ci-conda.Dockerfile +++ b/ci-conda.Dockerfile @@ -115,7 +115,7 @@ RUN cat /tmp/condarc.tmpl | envsubst | tee /opt/conda/.condarc; \ RUN /opt/conda/bin/git config --system --add safe.directory '*' # Install CI tools using pip -RUN pip install "rapids-dependency-file-generator==1.*" \ +RUN pip install dunamai "rapids-dependency-file-generator==1.*" \ && pip cache purge COPY --from=mikefarah/yq:4.35.1 /usr/bin/yq /usr/local/bin/yq