Skip to content

Commit

Permalink
prevent cuda11.2 from upgrading to cuda12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulg13 committed Sep 29, 2024
1 parent 23da48f commit 1380aa5
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 1380aa5

Please sign in to comment.