Skip to content

Commit

Permalink
Add conda-merge to ci-conda images.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Feb 22, 2024
1 parent 3c57d68 commit 601eee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,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 dunamai "rapids-dependency-file-generator==1.*" \
RUN pip install conda-merge dunamai "rapids-dependency-file-generator==1.*" \
&& pip cache purge

COPY --from=mikefarah/yq:4.40.7 /usr/bin/yq /usr/local/bin/yq
Expand Down

0 comments on commit 601eee4

Please sign in to comment.