Skip to content

Commit

Permalink
Use docker image with home directory tar
Browse files Browse the repository at this point in the history
When the user launches the container, a lot of time is spent on preparing the environment, setting up codes, pseudopotentials, etc. In order to reduce the launch time of the container, we tar already prepared home directory and keep it in the image, and then untar it when the container is launched. This way, the user can start working with the container immediately.
  • Loading branch information
superstar54 committed May 17, 2024
1 parent 219682b commit ae0f948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basehub/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jupyterhub:
contactEmail: [email protected]
singleuser:
image:
name: ghcr.io/aiidalab/qe
tag: amd64-v24.10.0a0
name: superstar54
tag: qe-tar-home
pullPolicy: Always
cmd:
- start-singleuser.sh
Expand Down

0 comments on commit ae0f948

Please sign in to comment.