VladKha commited on
Commit
89d39d1
·
verified ·
1 Parent(s): 80cb072

public base image (hf-image-estimate)

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements-extras.txt +0 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ FROM python:3.12-slim
22
  ENV DEBIAN_FRONTEND=noninteractive \
23
  PIP_NO_CACHE_DIR=0 \
24
  PYTHONUNBUFFERED=1 \
25
- HF_HUB_ENABLE_HF_TRANSFER=1 \
26
  PIP_BREAK_SYSTEM_PACKAGES=1
27
 
28
  # git/curl/ca-certificates for the HF pulls at bootstrap. python3.12 + pip are in the base.
 
22
  ENV DEBIAN_FRONTEND=noninteractive \
23
  PIP_NO_CACHE_DIR=0 \
24
  PYTHONUNBUFFERED=1 \
25
+ HF_XET_HIGH_PERFORMANCE=1 \
26
  PIP_BREAK_SYSTEM_PACKAGES=1
27
 
28
  # git/curl/ca-certificates for the HF pulls at bootstrap. python3.12 + pip are in the base.
requirements-extras.txt CHANGED
@@ -1,2 +1 @@
1
- huggingface_hub[hf_transfer]
2
  telethon==1.43.2
 
 
1
  telethon==1.43.2