We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c757f7c commit 81d322cCopy full SHA for 81d322c
Dockerfile
@@ -37,6 +37,8 @@ COPY --chown=$USERNAME transformers/ ./transformers
37
# Stock version of pip doesn't work with editable transformers.
38
RUN pip install --upgrade pip --no-cache-dir && pip install -r requirements.txt --no-cache-dir
39
40
+ENV HUGGINGFACE_HUB_CACHE=/app/data/.hf_cache/
41
+
42
COPY --chown=$USERNAME Makefile .
43
COPY --chown=$USERNAME src/ ./src
44
COPY --chown=$USERNAME scripts/ ./scripts
0 commit comments