Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
eae2d4a4
"...TrainingService/HowToImplementTrainingService.md" did not exist on "bc0e55a00bbbc825f27d851ccc58a749d18b4fd9"
Commit
eae2d4a4
authored
Aug 30, 2023
by
Paul
Browse files
Add -i flag
parent
8e196280
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+1
-1
hip-clang.docker
hip-clang.docker
+1
-1
No files found.
Dockerfile
View file @
eae2d4a4
...
...
@@ -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
...
...
hip-clang.docker
View file @
eae2d4a4
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment