Skip to content

Commit

Permalink
minor adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Sep 30, 2024
1 parent e9accbd commit 42436ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.crf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ WORKDIR /opt/grobid

COPY --from=builder /opt/grobid .

RUN if [ "$TARGETARCH" = "arm64" ]; then \
RUN if [ "$TARGETARCH" = "linux/arm64" ]; then \
export PROCESS_MECHANISM="-Djdk.lang.Process.launchMechanism=vfork "; \
else \
export PROCESS_MECHANISM=""; \
Expand Down

0 comments on commit 42436ad

Please sign in to comment.