Skip to content

Commit

Permalink
feat(system-settings): allow customization of SSH public key and Hugg…
Browse files Browse the repository at this point in the history
…ingFace home path
  • Loading branch information
entelecheia committed Oct 10, 2023
1 parent 6b5c87d commit 4c9ce3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .copier-template/.docker/docker.common.env.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ APP_DIRNAME=${`{{ docker_name_prefix }}`_DIRNAME:-"`{{ app_dirname }}`"} # The d
APP_SRC_DIR=${APP_INSTALL_ROOT}/${APP_DIRNAME}
APP_VIRTUAL_ENV=${APP_INSTALL_ROOT}/.venvs/${APP_DIRNAME}
APP_WORKSPACE_ROOT=${APP_INSTALL_ROOT}/workspace
APP_HF_HOME="${APP_INSTALL_ROOT}/.cache/huggingface" # HuggingFace models cache directory

#######################################################################################
# Host machine environment variables #
#######################################################################################
SYSTEM_HOSTNAME=${SYSTEM_HOSTNAME:-"$(hostname)"} # The hostname of the System. If not set, the system's hostname will be used.
WORKSPACE_ROOT=${WORKSPACE_ROOT:-"/home/${USERNAME}/workspace"} # The workspace directory on the host machine
GIT_COMMIT_GPGSIGN=${GIT_COMMIT_GPGSIGN:-"false"} # Whether to GPG-sign Git commits
SSH_PUB_KEY=${SSH_PUB_KEY:-""}
HF_HOME=${HF_HOME:-"${HOME}/.cache/huggingface"}

#######################################################################################
# Please do not make any changes below this line if you don't know what you are doing #
Expand Down

0 comments on commit 4c9ce3c

Please sign in to comment.