Spaces:
Running
Running
Upload Dockerfile with huggingface_hub
Browse files- 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
|
| 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
|