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 c2574fc commit 0628c0fCopy full SHA for 0628c0f
images/mpi-benchmarks/Dockerfile
@@ -3,7 +3,7 @@
3
# https://www.intel.com/content/www/us/en/develop/documentation/imb-user-guide/top.html
4
#####
5
6
-FROM rockylinux:9.5
+FROM quay.io/rockylinux/rockylinux:9.5
7
8
RUN yum install -y \
9
openssh-clients openssh-server \
images/perftest/Dockerfile
@@ -2,7 +2,7 @@
2
# Dockerfile for the RDMA bandwidth and latency benchmarks
RUN yum install -y perftest && \
yum clean all -y && \
0 commit comments