Ark-kun commited on
Commit
63c0c95
·
1 Parent(s): c019a87

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.12-bookworm-slim
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
- # COPY start_HuggingFace.py /app/
57
- COPY start_HuggingFace.py /app/backend
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