Skip to content

Commit

Permalink
add minio client
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Nov 1, 2024
1 parent 4a056cb commit c365ca1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv
unzip awscliv2.zip && \
./aws/install

# minio client
curl https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/local/bin/mc && chmod +x /usr/local/bin/mc

# git config
RUN git config --system pull.rebase false && \
git config --system credential.credentialStore cache && \
Expand Down

0 comments on commit c365ca1

Please sign in to comment.