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 171d0ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ 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 && \
cd /home/${NB_USER} && tar -cf /opt/conda/home.tar .
cd /home/${NB_USER} && tar -cf /opt/conda/homeeear .

# STAGE 3 - Final stage
# - Install python dependencies
Expand Down

0 comments on commit 171d0ed

Please sign in to comment.