Skip to content

Commit

Permalink
correct install
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Sep 24, 2024
1 parent 2617f1b commit 9256f38
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile.delft
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ RUN apt-get install -y wget && \
rm /etc/apt/sources.list.d/cuda.list && \
rm /etc/apt/sources.list.d/nvidia-ml.list && \
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb && \
dpkg -i cuda-keyring_1.0-1_all.deb && \
apt-get install libcublas-12-0
dpkg -i cuda-keyring_1.0-1_all.deb

# Add Tini
ENV TINI_VERSION v0.19.0
Expand All @@ -90,7 +89,7 @@ ENTRYPOINT ["/tini", "-s", "--"]
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 \
openjdk-17-jre-headless ca-certificates-java libcublas-12-0 \
musl gfortran \
python3 python3-pip python3-setuptools python3-dev \
&& apt-get clean \
Expand Down

0 comments on commit 9256f38

Please sign in to comment.