We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9192728 commit 9239445Copy full SHA for 9239445
ann_benchmarks/algorithms/vespa/Dockerfile
@@ -9,7 +9,7 @@ RUN dnf -y install epel-release && \
9
python3.11-devel \
10
python3.11-pip \
11
python3.11-setuptools && \
12
- dnf -y copr enable @vespa/vespa epel-8-$(arch) && \
+ dnf config-manager --add-repo https://raw.githubusercontent.com/vespa-engine/vespa/master/dist/vespa-engine.repo && \
13
dnf -y install --enablerepo=powertools vespa-ann-benchmark
14
15
WORKDIR /home/app
0 commit comments