public base image (hf-image-estimate)
Browse files- Dockerfile +1 -1
- 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 |
-
|
| 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
|