Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Install rustfmt in dask-sql images #56

Merged
merged 1 commit into from
Feb 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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