Skip to content

Commit a009d19

Browse files
committed
stanza uv pip install
1 parent 636801e commit a009d19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

spacy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ ARG SPACY_MODEL
77
ENV SPACY_MODEL=$SPACY_MODEL
88
ENV CPU_GPU=$CPU_GPU
99

10-
COPY --link process.py conllu_tei_helper.py fix-cuda-env.sh requirements/$CPU_GPU.txt ./
10+
COPY --link process.py conllu_tei_helper.py requirements/$CPU_GPU.txt ./
1111
RUN uv pip install --system --index-strategy=unsafe-best-match --no-deps --no-cache-dir -r $CPU_GPU.txt && python3 -m spacy download $SPACY_MODEL

stanza/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM instituutnederlandsetaal/galahad-taggers:$CPU_GPU-$VERSION
66
ENV CPU_GPU=$CPU_GPU
77

88
COPY --link process.py conllu_tei_helper.py ./requirements/$CPU_GPU.txt ./
9-
RUN pip install --no-cache-dir -r $CPU_GPU.txt
9+
RUN uv pip install --system --index-strategy=unsafe-best-match --no-deps --no-cache-dir -r $CPU_GPU.txt
1010

1111
# Install stanza model
1212
# alpino + conll02 NER

0 commit comments

Comments
 (0)