File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ ARG SPACY_MODEL
77ENV SPACY_MODEL=$SPACY_MODEL
88ENV 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 ./
1111RUN uv pip install --system --index-strategy=unsafe-best-match --no-deps --no-cache-dir -r $CPU_GPU.txt && python3 -m spacy download $SPACY_MODEL
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM instituutnederlandsetaal/galahad-taggers:$CPU_GPU-$VERSION
66ENV CPU_GPU=$CPU_GPU
77
88COPY --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
You can’t perform that action at this time.
0 commit comments