Skip to content

Commit

Permalink
Add comments & separate blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Aug 29, 2024
1 parent dfa8dd0 commit c83553f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ WORKDIR /home/rapids
COPY condarc /opt/conda/.condarc

RUN <<EOF
# Include common diagnostic info
conda info
conda config --show-sources
conda list --show-channel-urls

# Install RAPIDS
mamba install -y -n base \
"rapids=${RAPIDS_VER}.*" \
"dask-sql=${DASK_SQL_VER%.*}.*" \
Expand Down

0 comments on commit c83553f

Please sign in to comment.