Skip to content

Commit

Permalink
Fix missing libcublas-12 (#1172)
Browse files Browse the repository at this point in the history
* revert upgrades to the docker file
  • Loading branch information
lfoppiano committed Sep 24, 2024
1 parent 1291337 commit 23da48f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 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,7 +86,6 @@ 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 \
musl gfortran \
Expand Down

0 comments on commit 23da48f

Please sign in to comment.