Skip to content

Commit

Permalink
Merge pull request #61 from vespa-engine/arnej/add-cloudsmith-repo
Browse files Browse the repository at this point in the history
add cloudsmith repo to get previous vespa-onnxruntime-cuda
  • Loading branch information
Arnstein Ressem authored Nov 26, 2023
2 parents c60d850 + 059a090 commit 10563ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions experimental/gpu-setup-rhel8-x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ cat >> Dockerfile.with-cuda << 'EOF'
FROM docker.io/vespaengine/vespa:latest
USER root
RUN dnf -y install 'dnf-command(config-manager)'
RUN dnf -y config-manager --add-repo https://raw.githubusercontent.com/vespa-engine/vespa/master/dist/vespa-engine.repo
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 $(rpm -q --queryformat '%{NAME}-cuda-%{VERSION}' vespa-onnxruntime)
USER vespa
Expand Down

0 comments on commit 10563ff

Please sign in to comment.