public base image (hf-image-vllm)
Browse files- Dockerfile +1 -1
- requirements-extras.txt +0 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ ENTRYPOINT []
|
|
| 28 |
ENV DEBIAN_FRONTEND=noninteractive \
|
| 29 |
PIP_NO_CACHE_DIR=0 \
|
| 30 |
PYTHONUNBUFFERED=1 \
|
| 31 |
-
|
| 32 |
PIP_BREAK_SYSTEM_PACKAGES=1
|
| 33 |
|
| 34 |
# git/curl/ca-certificates for the HF pulls at bootstrap. python3.12 + pip are
|
|
|
|
| 28 |
ENV DEBIAN_FRONTEND=noninteractive \
|
| 29 |
PIP_NO_CACHE_DIR=0 \
|
| 30 |
PYTHONUNBUFFERED=1 \
|
| 31 |
+
HF_XET_HIGH_PERFORMANCE=1 \
|
| 32 |
PIP_BREAK_SYSTEM_PACKAGES=1
|
| 33 |
|
| 34 |
# git/curl/ca-certificates for the HF pulls at bootstrap. python3.12 + pip are
|
requirements-extras.txt
CHANGED
|
@@ -1,2 +1 @@
|
|
| 1 |
-
huggingface_hub[hf_transfer]
|
| 2 |
telethon==1.43.2
|
|
|
|
|
|
|
| 1 |
telethon==1.43.2
|