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