davanstrien HF Staff commited on
Commit
51221f6
·
verified ·
1 Parent(s): 4106caa

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.11-slim
3
  # Install uv from official image
4
  COPY --from=ghcr.io/astral-sh/uv:0.9.30 /uv /bin/uv
5
 
6
- ENV HF_HUB_ENABLE_HF_TRANSFER=1
7
 
8
  # Install dependencies — CPU-only torch via extra index
9
  COPY requirements.in /tmp/requirements.in
 
3
  # Install uv from official image
4
  COPY --from=ghcr.io/astral-sh/uv:0.9.30 /uv /bin/uv
5
 
6
+ ENV HF_XET_HIGH_PERFORMANCE=1
7
 
8
  # Install dependencies — CPU-only torch via extra index
9
  COPY requirements.in /tmp/requirements.in