We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcddc40 commit 841e4a7Copy full SHA for 841e4a7
cuvs-bench/cpu/Dockerfile
@@ -21,6 +21,8 @@ echo ". /opt/conda/etc/profile.d/conda.sh; conda activate base" >> /etc/bash.bas
21
EOF
22
23
# we need perl temporarily for the remaining benchmark perl scripts
24
+RUN apt-get update
25
+
26
RUN apt-get install perl patch -y
27
28
# update everything before other environment changes, to ensure mixing
cuvs-bench/gpu/Dockerfile
@@ -24,6 +24,8 @@ echo ". /opt/conda/etc/profile.d/conda.sh; conda activate base" >> /etc/bash.bas
29
30
31
RUN <<EOF
0 commit comments