Skip to content

Commit

Permalink
include proper override jupyterhub files
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Oct 24, 2024
1 parent 212bcce commit 36070cc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions envs/linc/managed-jupyterhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,11 @@ singleuser:
command:
- sh
- -c
- 'gitpuller https://github.com/dandi/example-notebooks master dandi-notebooks;
chown -R jovyan:users dandi-notebooks; datalad install https://github.com/dandi/dandisets;
/opt/conda/envs/allen/bin/python -m ipykernel install --user --name allen
- '/opt/conda/envs/allen/bin/python -m ipykernel install --user --name allen
--display-name "Python (Allen SDK)"; /opt/conda/bin/pip install --upgrade
dandi; git config --global user.email "$${GITHUB_EMAIL}"; git config --global
user.name "$${GITHUB_USER}"
dandi; /opt/conda/bin/pip install --upgrade lincbrain-cli; git config
--global user.email "$${GITHUB_EMAIL}"; git config --global user.name
"$${GITHUB_USER}"
'
memory:
Expand Down

0 comments on commit 36070cc

Please sign in to comment.