Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Oct 24, 2023
1 parent 2238ee6 commit d25f69e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions official-templates/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ ENV SHELL=/bin/bash
ENV PYTHONUNBUFFERED=True
ENV DEBIAN_FRONTEND=noninteractive

ENV HF_HOME = "/runpod-volume/.cache/huggingface/"
ENV HF_DATASETS_CACHE = "/runpod-volume/.cache/huggingface/datasets/"
ENV DEFAULT_HF_METRICS_CACHE = "/runpod-volume/.cache/huggingface/metrics/"
ENV DEFAULT_HF_MODULES_CACHE = "/runpod-volume/.cache/huggingface/modules/"
ENV HF_HOME="/runpod-volume/.cache/huggingface/"
ENV HF_DATASETS_CACHE="/runpod-volume/.cache/huggingface/datasets/"
ENV DEFAULT_HF_METRICS_CACHE="/runpod-volume/.cache/huggingface/metrics/"
ENV DEFAULT_HF_MODULES_CACHE="/runpod-volume/.cache/huggingface/modules/"
ENV HUGGINGFACE_HUB_CACHE="/runpod-volume/.cache/huggingface/hub/"
ENV HUGGINGFACE_ASSETS_CACHE="/cache/huggingface/assets/"


WORKDIR /
Expand Down

0 comments on commit d25f69e

Please sign in to comment.