Skip to content

Commit

Permalink
fix(hydra): overmount "%home%/.local" dir
Browse files Browse the repository at this point in the history
It will allow us to stop using locally installed python packages
which easily may become incompatible with the SCT code.

Fixes: #8639
  • Loading branch information
fruch committed Sep 19, 2024
1 parent 11bd2fa commit 102e63d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/env/hydra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ function run_in_docker () {
-v /tmp:/tmp \
-v /var/tmp:/var/tmp \
-v "${HOME_DIR}:${HOME_DIR}" \
--tmpfs "${HOME_DIR}/.local:exec,uid=$(id -u ${USER}),gid=$(id -g ${USER})" \
-w "${SCT_DIR}" \
-e JOB_NAME="${JOB_NAME}" \
-e BUILD_URL="${BUILD_URL}" \
Expand Down

0 comments on commit 102e63d

Please sign in to comment.