Skip to content

Commit

Permalink
fix outdated cuda install
Browse files Browse the repository at this point in the history
  • Loading branch information
arnej27959 committed Nov 24, 2023
1 parent 4d6aad6 commit 5fd369c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions experimental/gpu-setup-rhel8-x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ FROM docker.io/vespaengine/vespa:latest
USER root
RUN dnf -y install 'dnf-command(config-manager)'
RUN dnf -y config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-rhel8.repo
RUN dnf -y install libcudnn8-8.9.4.25-1.cuda11.8
RUN dnf -y install vespa-onnxruntime-cuda
RUN dnf -y install $(rpm -q --queryformat '%{NAME}-cuda-%{VERSION}' vespa-onnxruntime)
USER vespa
EOF

Expand Down
3 changes: 1 addition & 2 deletions experimental/gpu-setup-rhel9-x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ FROM docker.io/vespaengine/vespa:latest
USER root
RUN dnf -y install 'dnf-command(config-manager)'
RUN dnf -y config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-rhel8.repo
RUN dnf -y install libcudnn8-8.9.4.25-1.cuda11.8
RUN dnf -y install vespa-onnxruntime-cuda
RUN dnf -y install $(rpm -q --queryformat '%{NAME}-cuda-%{VERSION}' vespa-onnxruntime)
USER vespa
EOF

Expand Down

0 comments on commit 5fd369c

Please sign in to comment.