File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ services:
6565
6666 # ud-parsers (812X)
6767 spacy :
68+ << : *defaults
6869 image : instituutnederlandsetaal/galahad-taggers-spacy:$CPU_GPU-$VERSION
6970 ports :
7071 - 8120:8080
71- << : *defaults
7272
7373 stanza-alpino-conll02 :
7474 << : *defaults
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ ENV SPACY_MODEL=$SPACY_MODEL
88ENV CPU_GPU=$CPU_GPU
99
1010COPY --link process.py conllu_tei_helper.py requirements/$CPU_GPU.txt ./
11- RUN apt update && apt install libgomp -y && uv pip install --system --index-strategy=unsafe-best-match --no-deps --no-cache-dir -r $CPU_GPU.txt && python3 -m spacy download $SPACY_MODEL
11+ RUN apt update && apt install libgomp1 -y && uv pip install --system --index-strategy=unsafe-best-match --no-deps --no-cache-dir -r $CPU_GPU.txt && python3 -m spacy download $SPACY_MODEL
You can’t perform that action at this time.
0 commit comments