TensorRT-LLMs/.devcontainer/devcontainer.env
ixlmar 04fa6c0cfc
[TRTLLM-6143] feat: Improve dev container tagging (#5551)
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
2025-07-02 14:56:34 +02:00

11 lines
512 B
Bash

# Environment variables used to configure the Dev Container setup.
#
# The syntax needs to be compatible with
# https://docs.docker.com/compose/how-tos/environment-variables/variable-interpolation/#env-file-syntax
#
# Edit this file as necessary. For local changes not to be committed back
# to the repository, create/edit devcontainer.env.user instead.
HF_HOME_DEFAULT="${HOME}/.cache/huggingface"
HF_HOME_XDG_DEFAULT="${XDG_CACHE_HOME:-${HF_HOME_DEFAULT}}"
LOCAL_HF_HOME="${HF_HOME:-${HF_HOME_XDG_DEFAULT}}"