Skip to content

Commit 841e4a7

Browse files
committed
FIX run apt-get update to get ubuntu 24.04 to fetch patch
1 parent fcddc40 commit 841e4a7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cuvs-bench/cpu/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ echo ". /opt/conda/etc/profile.d/conda.sh; conda activate base" >> /etc/bash.bas
2121
EOF
2222

2323
# we need perl temporarily for the remaining benchmark perl scripts
24+
RUN apt-get update
25+
2426
RUN apt-get install perl patch -y
2527

2628
# update everything before other environment changes, to ensure mixing

cuvs-bench/gpu/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ echo ". /opt/conda/etc/profile.d/conda.sh; conda activate base" >> /etc/bash.bas
2424
EOF
2525

2626
# we need perl temporarily for the remaining benchmark perl scripts
27+
RUN apt-get update
28+
2729
RUN apt-get install perl patch -y
2830

2931
RUN <<EOF

0 commit comments

Comments
 (0)