misc fixes from #943 (#1086) [skip ci]

This commit is contained in:
Wing Lian
2024-01-10 22:31:36 -05:00
committed by GitHub
parent 91502b98d4
commit 23495a80af
2 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ ENV HF_DATASETS_CACHE="/workspace/data/huggingface-cache/datasets"
ENV HUGGINGFACE_HUB_CACHE="/workspace/data/huggingface-cache/hub"
ENV TRANSFORMERS_CACHE="/workspace/data/huggingface-cache/hub"
ENV HF_HOME="/workspace/data/huggingface-cache/hub"
ENV HF_HUB_ENABLE_HF_TRANSFER="1"
COPY scripts/runpod-entrypoint.sh /root/runpod-entrypoint.sh