update mount path in xeon k8s (#696)

Signed-off-by: Yingchun Guo <yingchun.guo@intel.com>
This commit is contained in:
Ying Chun Guo
2024-08-30 15:09:00 +08:00
committed by GitHub
parent f5f1e323bb
commit 2a6af6491a
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
set -xe
USER_ID=$(whoami)
LOG_PATH=/home/$(whoami)/logs
MOUNT_DIR=/home/$USER_ID/charts-mnt
MOUNT_DIR=/home/$USER_ID/.cache/huggingface/hub
IMAGE_REPO=${IMAGE_REPO:-}
IMAGE_TAG=${IMAGE_TAG:-latest}