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
ac96370b
Unverified
Commit
ac96370b
authored
Aug 31, 2023
by
Chris Austen
Committed by
GitHub
Aug 31, 2023
Browse files
update sles docker to rocm5.6 (#2133)
parent
808a57f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
tools/docker/sles.docker
tools/docker/sles.docker
+7
-2
No files found.
tools/docker/sles.docker
View file @
ac96370b
...
...
@@ -3,7 +3,7 @@ FROM registry.suse.com/suse/sle15:15.4
RUN
sh
-c
'echo -e "
\
[rocm]\n
\
name=rocm\n
\
baseurl=https://repo.radeon.com/rocm/zyp/5.
5
/main\n
\
baseurl=https://repo.radeon.com/rocm/zyp/5.
6
/main\n
\
enabled=1\n
\
gpgcheck=1\n
\
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key\n
\
...
...
@@ -19,7 +19,12 @@ RUN zypper --gpg-auto-import-keys install -y \
gcc-c++
\
gdb
\
git
\
python3-pip
python3-pip
\
rpm-build
#addition of repos for packages
RUN
OPENSUSE_REPO
=
https://download.opensuse.org/repositories
&&
\
zypper addrepo
${
OPENSUSE_REPO
}
/devel:/languages:/perl/SLE_15_SP4/devel:languages:perl.repo
# Workaround broken rocm packages
RUN
ln
-s
/opt/rocm-
*
/opt/rocm
...
...
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