Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Jan 16, 2024
1 parent 607928a commit 029de53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ ENV PATH $VIRTUAL_ENV/bin:$PATH

# some teaching preferences
RUN git config --global pull.rebase false && \
git config --global credential.helper 'cache --timeout=30000
git config --global credential.helper 'cache --timeout=30000'

2 changes: 1 addition & 1 deletion images/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ ENV PATH $VIRTUAL_ENV/bin:$PATH

# some teaching preferences
RUN git config --global pull.rebase false && \
git config --global credential.helper 'cache --timeout=30000
git config --global credential.helper 'cache --timeout=30000'

0 comments on commit 029de53

Please sign in to comment.