Skip to content

Commit

Permalink
revert upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Sep 24, 2024
1 parent 9256f38 commit 4b0f8ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.delft
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ FROM openjdk:17-jdk-slim as builder
USER root

RUN apt-get update && \
apt-get -y upgrade && \
apt-get -y --no-install-recommends install unzip

WORKDIR /opt/grobid-source
Expand Down Expand Up @@ -87,9 +86,8 @@ ENTRYPOINT ["/tini", "-s", "--"]

# install JRE, python and other dependencies
RUN apt-get update && \
apt-get -y upgrade && \
apt-get -y --no-install-recommends install apt-utils build-essential gcc libxml2 libfontconfig unzip curl \
openjdk-17-jre-headless ca-certificates-java libcublas-12-0 \
openjdk-17-jre-headless ca-certificates-java \
musl gfortran \
python3 python3-pip python3-setuptools python3-dev \
&& apt-get clean \
Expand Down

0 comments on commit 4b0f8ff

Please sign in to comment.