Skip to content

Commit

Permalink
add placeholder in work dir
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Sep 20, 2024
1 parent 58ea0f9 commit 024e631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ RUN --mount=from=qe_conda_env,source=${QE_DIR},target=${QE_DIR} \
bash /usr/local/bin/before-notebook.d/42_setup-hq-computer.sh && \
python -m aiidalab_qe install-qe --computer ${HQ_COMPUTER} && \
python -m aiidalab_qe install-pseudos --source ${PSEUDO_FOLDER} && \
touch /home/${NB_USER}/work/.placeholder && \
verdi daemon stop && \
mamba run -n aiida-core-services pg_ctl stop && \
# touch /home/${NB_USER}/.FLAG_HOME_INITIALIZED && \
Expand Down

0 comments on commit 024e631

Please sign in to comment.