ishaq101 commited on
Commit
4083bd8
·
1 Parent(s): bef5e76

update dockerfile

Browse files
Files changed (1) hide show
  1. 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 run python -m spacy download en_core_web_lg
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