Skip to content

Commit 2728b39

Browse files
Add nvidia-dasboard to jupyterlab and fix the installation of the requirements (#220)
* add nvidia-dasboard and fix req install * Update post-install add shebang with -e * add clariden --------- Co-authored-by: Simon Pintarelli <[email protected]> Co-authored-by: Simon Pintarelli <[email protected]>
1 parent e0d543c commit 2728b39

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,5 +401,6 @@ uenvs:
401401
deploy:
402402
daint: [gh200]
403403
santis: [gh200]
404+
clariden: [gh200]
404405
eiger: [zen2]
405406
mount: "/user-tools"

recipes/jupyterlab/v4.1.8/mc/post-install

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
#!/bin/bash -e
2+
13
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
45

56
git clone --filter=tree:0 https://github.com/eth-cscs/firecrestspawner.git
67
git -C firecrestspawner checkout 0.1.2

recipes/jupyterlab/v4.1.8/mc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ wcwidth==0.2.13
108108
webcolors==24.11.1
109109
webencodings==0.5.1
110110
websocket-client==1.8.0
111+
jupyterlab-nvdashboard==0.13.0

0 commit comments

Comments
 (0)