Commit d05768a4 authored by Paul's avatar Paul
Browse files

Add pathces for miopen

parent 6ab826c3
...@@ -66,6 +66,9 @@ RUN echo "/opt/rocm/lib" > /etc/ld.so.conf.d/rocm.conf ...@@ -66,6 +66,9 @@ RUN echo "/opt/rocm/lib" > /etc/ld.so.conf.d/rocm.conf
RUN echo "/opt/rocm/llvm/lib" > /etc/ld.so.conf.d/rocm-llvm.conf RUN echo "/opt/rocm/llvm/lib" > /etc/ld.so.conf.d/rocm-llvm.conf
RUN ldconfig RUN ldconfig
# Workaround broken miopen cmake files
RUN sed 's,;/usr/lib/x86_64-linux-gnu/librt.so,,g' /opt/rocm/lib/cmake/miopen/miopen-targets.cmake
RUN locale-gen en_US.UTF-8 RUN locale-gen en_US.UTF-8
RUN update-locale LANG=en_US.UTF-8 RUN update-locale LANG=en_US.UTF-8
......
...@@ -39,6 +39,9 @@ RUN echo "/opt/rocm/lib" > /etc/ld.so.conf.d/rocm.conf ...@@ -39,6 +39,9 @@ RUN echo "/opt/rocm/lib" > /etc/ld.so.conf.d/rocm.conf
RUN echo "/opt/rocm/llvm/lib" > /etc/ld.so.conf.d/rocm-llvm.conf RUN echo "/opt/rocm/llvm/lib" > /etc/ld.so.conf.d/rocm-llvm.conf
RUN ldconfig RUN ldconfig
# Workaround broken miopen cmake files
RUN sed 's,;/usr/lib/x86_64-linux-gnu/librt.so,,g' /opt/rocm/lib/cmake/miopen/miopen-targets.cmake
ENV LC_ALL=C.UTF-8 ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8
......
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