Commit eae2d4a4 authored by Paul's avatar Paul
Browse files

Add -i flag

parent 8e196280
......@@ -67,7 +67,7 @@ RUN echo "/opt/rocm/llvm/lib" > /etc/ld.so.conf.d/rocm-llvm.conf
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 sed -i '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 update-locale LANG=en_US.UTF-8
......
......@@ -40,7 +40,7 @@ RUN echo "/opt/rocm/llvm/lib" > /etc/ld.so.conf.d/rocm-llvm.conf
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 sed -i '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 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