Skip to content

Commit 9239445

Browse files
authored
Track move of vespa rpm repository from Fedora Copr to Cloudsmith. (#542)
1 parent 9192728 commit 9239445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ann_benchmarks/algorithms/vespa/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN dnf -y install epel-release && \
99
python3.11-devel \
1010
python3.11-pip \
1111
python3.11-setuptools && \
12-
dnf -y copr enable @vespa/vespa epel-8-$(arch) && \
12+
dnf config-manager --add-repo https://raw.githubusercontent.com/vespa-engine/vespa/master/dist/vespa-engine.repo && \
1313
dnf -y install --enablerepo=powertools vespa-ann-benchmark
1414

1515
WORKDIR /home/app

0 commit comments

Comments
 (0)