-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- test PR-778 qe tar fast image - keep AiiDA-jupyterlab image
- Loading branch information
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ jupyterhub: | |
contactEmail: [email protected] | ||
singleuser: | ||
image: | ||
name: superstar54/qe-tar-home-z | ||
tag: latest | ||
name: ghcr.io/aiidalab/qe | ||
tag: pr-778 | ||
pullPolicy: Always | ||
cmd: | ||
- start-singleuser.sh | ||
|
@@ -50,14 +50,10 @@ jupyterhub: | |
- display_name: Quantum ESPRESSO App image | ||
description: Ready to run Quantum ESPRESSO app. | ||
default: true | ||
- display_name: Minimal bare AiiDAlab image | ||
description: If you want have a bare AiiDAlab and install you own app from store. | ||
kubespawner_override: | ||
image: ghcr.io/aiidalab/full-stack:v2023.1014 | ||
- display_name: AiiDA in JupyterLab | ||
description: JupyterLab with AiiDA installed for tutorials. | ||
description: AiiDA in JupyterHub for tutorials. | ||
kubespawner_override: | ||
image: ghcr.io/aiidalab/base-with-services:v2023.1014 | ||
image: ghcr.io/aiidalab/base-with-services:2024.1020 | ||
default_url: /lab | ||
environment: | ||
JUPYTERHUB_SINGLEUSER_APP: jupyter_server.serverapp.ServerApp | ||
|