Skip to content

Commit

Permalink
Merge pull request #56 from rapidsai/dask-sql-rustfmt
Browse files Browse the repository at this point in the history
Install `rustfmt` in dask-sql images
  • Loading branch information
quasiben authored Feb 9, 2023
2 parents 6b7d61c + d163bb5 commit dab349e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_sql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG UCX_PY_VER=0.21
ENV RUSTUP_HOME="/opt/rustup"
ENV CARGO_HOME="/opt/cargo"
ADD https://sh.rustup.rs /rustup-init.sh
RUN sh /rustup-init.sh -y --default-toolchain=stable --profile=minimal \
RUN sh /rustup-init.sh -y --default-toolchain=stable --profile=minimal -c rustfmt \
&& chmod -R ugo+w /opt/cargo /opt/rustup

COPY environment.yml /rapids.yml
Expand Down

0 comments on commit dab349e

Please sign in to comment.