Skip to content

Commit

Permalink
Set CUDA to 11-8 for onnx support
Browse files Browse the repository at this point in the history
  • Loading branch information
tabossert committed Nov 9, 2023
1 parent 7454c6c commit 5e9ccf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM rockylinux:9.2
# Install dependency packages and pandoc/libreoffice
RUN dnf -y update && \
dnf -y upgrade && \
dnf -y install poppler-utils xz-devel wget tar make which mailcap dnf-plugins-core compat-openssl11 && \
dnf -y install poppler-utils xz-devel wget tar make which mailcap dnf-plugins-core compat-openssl11 cuda-11-8 && \
dnf -y install epel-release && \
# This is a fix for an bug where config-manager tries to modify a repo file with the incorrect name
cp /etc/yum.repos.d/rocky-devel.repo /etc/yum.repos.d/Rocky-Devel.repo && \
Expand Down

0 comments on commit 5e9ccf9

Please sign in to comment.