Skip to content

Commit

Permalink
Restore dunamai
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Mar 27, 2024
1 parent d9989bb commit c06e388
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ 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 \
&& pip cache purge

COPY --from=yq /usr/bin/yq /usr/local/bin/yq
COPY --from=aws-cli /usr/local/aws-cli/ /usr/local/aws-cli/
COPY --from=aws-cli /usr/local/bin/ /usr/local/bin/
Expand Down

0 comments on commit c06e388

Please sign in to comment.