Add Nginx - k8s manifest in CodeTrans (#610)

Signed-off-by: letonghan <letong.han@intel.com>
This commit is contained in:
Letong Han
2024-08-29 17:32:30 +08:00
committed by GitHub
parent 84a781a1a3
commit 6a679ba80f
4 changed files with 157 additions and 8 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}