Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
FIX Retry conda install if it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-wendt committed Mar 16, 2021
1 parent c3f4e2a commit a42f2a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion miniforge-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ RUN wget --quiet ${MINIFORGE_URL} -O /miniforge.sh \
&& ln -s /opt/conda /conda

# Install tini for init
RUN conda install -k -y tini
RUN conda install -k -y tini \
|| conda install -k -y tini

# Clean up conda and set permissions for all users
RUN chmod -R ugo+w /opt/conda \
Expand Down

0 comments on commit a42f2a1

Please sign in to comment.