Skip to content

Commit

Permalink
Install rapids-dependency-file-generator from Conda
Browse files Browse the repository at this point in the history
Now that Conda packages are available for
rapids-dependency-file-generator, use those instead of the Pip packages.
  • Loading branch information
KyleFromNVIDIA committed Mar 27, 2024
1 parent cb75beb commit d9989bb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ rapids-mamba-retry install -y \
gettext \
git \
jq \
"python=${PYTHON_VERSION}.*=*_cpython"
"python=${PYTHON_VERSION}.*=*_cpython" \
rapids-dependency-file-generator
conda clean -aipty
EOF

Expand Down Expand Up @@ -164,10 +165,6 @@ 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.*" \
&& 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 d9989bb

Please sign in to comment.