Skip to content

Commit

Permalink
Merge pull request #1173 from vipulg13/master
Browse files Browse the repository at this point in the history
hold cuda11.2 from upgrading to cuda12.2
  • Loading branch information
lfoppiano authored Oct 23, 2024
2 parents a527135 + 1380aa5 commit a6ef0ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.delft
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ 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 @@ -86,6 +87,8 @@ ENTRYPOINT ["/tini", "-s", "--"]

# install JRE, python and other dependencies
RUN apt-get update && \
apt-mark hold libcudnn8 && \
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 a6ef0ac

Please sign in to comment.