فهرست منبع

Update Dockerfile

Signed-off-by: sakshiarora13 <sakshi_arora1@dell.com>
sakshiarora13 3 سال پیش
والد
کامیت
da3553dcea
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      control_plane/roles/control_plane_sm/files/Dockerfile

+ 2 - 2
control_plane/roles/control_plane_sm/files/Dockerfile

@@ -6,7 +6,7 @@ RUN dnf install -y epel-release
 
 RUN dnf groupinstall "Infiniband Support" -y
 
-RUN dnf install -y opensm-3.3.23
+RUN dnf install -y opensm
 
 COPY opensm.conf /etc/rdma/opensm.conf
 
@@ -14,4 +14,4 @@ COPY start.sh /
 
 RUN chmod +x /start.sh
 
-ENTRYPOINT ["/start.sh"]
+ENTRYPOINT ["/start.sh"]