File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
recipes/jupyterlab/v4.1.8/mc Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -401,5 +401,6 @@ uenvs:
401
401
deploy :
402
402
daint : [gh200]
403
403
santis : [gh200]
404
+ clariden : [gh200]
404
405
eiger : [zen2]
405
406
mount : " /user-tools"
Original file line number Diff line number Diff line change
1
+ #! /bin/bash -e
2
+
1
3
export PATH=/user-tools/env/jupyter/bin:$PATH
2
- # pip install --no-cache jupyterhub==4.1.5 pyfirecrest==2.1.0 SQLAlchemy==1.4.52 oauthenticator==16.0.7 jupyterlab==4.1.8
3
- pip install -r requirements.txt
4
+ pip install -r {{ env.mount }}/meta/recipe/requirements.txt
4
5
5
6
git clone --filter=tree:0 https://github.com/eth-cscs/firecrestspawner.git
6
7
git -C firecrestspawner checkout 0.1.2
Original file line number Diff line number Diff line change @@ -108,3 +108,4 @@ wcwidth==0.2.13
108
108
webcolors == 24.11.1
109
109
webencodings == 0.5.1
110
110
websocket-client == 1.8.0
111
+ jupyterlab-nvdashboard == 0.13.0
You can’t perform that action at this time.
0 commit comments