Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Feb 16, 2024
1 parent ea02c6c commit 1cfde72
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 4 additions & 2 deletions images/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ RUN apt-get update -qq && xargs sudo apt-get -y install < apt.txt
COPY install.R /tmp/install.R
RUN Rscript /tmp/install.R && rm /tmp/install.R

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

USER ${NB_USER}
WORKDIR /home/${NB_USER}
Expand Down
1 change: 1 addition & 0 deletions images/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ cmake
nano
exuberant-ctags
gh
qpdf

3 changes: 3 additions & 0 deletions images/rl-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ huggingface_sb3
darts[all]
scikit-optimize
gputil
pytest
nox
ruff

3 changes: 2 additions & 1 deletion jupyterhub/thelio-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ hub:
environment:
SHELL: /usr/bin/bash
GH_SCOPED_CREDS_CLIENT_ID: "Iv1.8d384d9612c2ecc3"
extra_pod_config:
GH_SCOPED_CREDS_APP_URL: "https://github.com/apps/jupyterhub-gh-creds"
extra_pod_config:
runtimeClassName: "nvidia"
Authenticator:
admin_users:
Expand Down

0 comments on commit 1cfde72

Please sign in to comment.