Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Oct 17, 2024
1 parent 04fd9c9 commit 9e56a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv

RUN git config --system pull.rebase false && \
git config --system credential.credentialStore cache && \
git config --system credential.cacheOptions "--timeout 30000" \
git config --system credential.cacheOptions "--timeout 30000" && \
echo '"\e[5~": history-search-backward' >> /etc/inputrc && \
echo '"\e[6~": history-search-forward' >> /etc/inputrc

Expand Down
1 change: 1 addition & 0 deletions images/jupyter-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- ibis-duckdb
- jupyterlab-myst
- jupyter-ai==2.23.0
- jupyter-sphinx
- jupyter-resource-usage
- jupyter-vscode-proxy
- pypdf
Expand Down

0 comments on commit 9e56a38

Please sign in to comment.