Skip to content

Commit 3d369f3

Browse files
committed
Fix typo libgomp
1 parent 4489049 commit 3d369f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

spacy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ ENV SPACY_MODEL=$SPACY_MODEL
88
ENV CPU_GPU=$CPU_GPU
99

1010
COPY --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

0 commit comments

Comments
 (0)