Unverified Commit d7c3e8e9 authored by Hank Han's avatar Hank Han Committed by GitHub
Browse files

[fix] libmlx5.so already in base image (#7060)

parent 8ea7df61
...@@ -40,7 +40,7 @@ RUN dpkg -i gdrcopy_*.deb ...@@ -40,7 +40,7 @@ RUN dpkg -i gdrcopy_*.deb
ENV GDRCOPY_HOME=/usr/src/gdrdrv-2.4.4/ ENV GDRCOPY_HOME=/usr/src/gdrdrv-2.4.4/
# IBGDA dependency # IBGDA dependency
RUN ln -s /usr/lib/x86_64-linux-gnu/libmlx5.so.1 /usr/lib/x86_64-linux-gnu/libmlx5.so RUN ln -sf /usr/lib/x86_64-linux-gnu/libmlx5.so.1 /usr/lib/x86_64-linux-gnu/libmlx5.so
RUN apt-get install -y libfabric-dev RUN apt-get install -y libfabric-dev
# DeepEP # DeepEP
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment