cmboulanger commited on
Commit
834fcbe
·
verified ·
1 Parent(s): 89b03df

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,7 +47,7 @@ WORKDIR /app
47
  RUN pip install --no-cache-dir uv
48
 
49
  # Copy dependency spec first for layer caching
50
- COPY pyproject.toml ./
51
 
52
  # Copy only what the webservice needs at runtime
53
  COPY tei_annotator/ ./tei_annotator/
 
47
  RUN pip install --no-cache-dir uv
48
 
49
  # Copy dependency spec first for layer caching
50
+ COPY pyproject.toml README.md ./
51
 
52
  # Copy only what the webservice needs at runtime
53
  COPY tei_annotator/ ./tei_annotator/