update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,7 +21,7 @@ COPY pyproject.toml uv.lock ./
|
|
| 21 |
RUN uv sync --frozen --no-dev
|
| 22 |
|
| 23 |
# Download spaCy model required by presidio-analyzer
|
| 24 |
-
RUN uv
|
| 25 |
|
| 26 |
COPY . .
|
| 27 |
|
|
|
|
| 21 |
RUN uv sync --frozen --no-dev
|
| 22 |
|
| 23 |
# Download spaCy model required by presidio-analyzer
|
| 24 |
+
RUN uv pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.8.0/en_core_web_lg-3.8.0-py3-none-any.whl
|
| 25 |
|
| 26 |
COPY . .
|
| 27 |
|