Spaces:
Running
Running
chore: Created huggingface_overlay
Browse files
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use a Python image with uv pre-installed
|
| 2 |
-
FROM ghcr.io/astral-sh/uv:python3.
|
| 3 |
|
| 4 |
# HuggingFace dev mode requires wget, git
|
| 5 |
RUN apt-get update && \
|
|
@@ -53,8 +53,8 @@ RUN uv pip install huggingface_hub[cli]
|
|
| 53 |
# Place executables in the environment at the front of the path
|
| 54 |
ENV PATH="/app/backend/.venv/bin:$PATH"
|
| 55 |
|
| 56 |
-
#
|
| 57 |
-
COPY
|
| 58 |
|
| 59 |
|
| 60 |
# Copy frontend build
|
|
|
|
| 1 |
# Use a Python image with uv pre-installed
|
| 2 |
+
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim
|
| 3 |
|
| 4 |
# HuggingFace dev mode requires wget, git
|
| 5 |
RUN apt-get update && \
|
|
|
|
| 53 |
# Place executables in the environment at the front of the path
|
| 54 |
ENV PATH="/app/backend/.venv/bin:$PATH"
|
| 55 |
|
| 56 |
+
# Adding HF-only experimental files
|
| 57 |
+
COPY huggingface_overlay /app/backend
|
| 58 |
|
| 59 |
|
| 60 |
# Copy frontend build
|
start_HuggingFace.py → huggingface_overlay/start_HuggingFace.py
RENAMED
|
File without changes
|