-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update sles docker to rocm5.6 #2133
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2133 +/- ##
========================================
Coverage 91.43% 91.43%
========================================
Files 422 422
Lines 15771 15771
========================================
Hits 14420 14420
Misses 1351 1351 |
This build is OK for merge ✅ |
🔴torchvision-inceptionv3_1: FAILED: MIGraphX is not within tolerance - check verbose output🔴cadene-dpn92_1: FAILED: MIGraphX is not within tolerance - check verbose output🔴slim-inceptionv4_1: FAILED: MIGraphX is not within tolerance - check verbose output |
tools/docker/sles.docker
Outdated
|
||
#addition of repos for packages | ||
RUN OPENSUSE_REPO=https://download.opensuse.org/repositories && \ | ||
zypper addrepo ${OPENSUSE_REPO}/science/SLE_15_SP4/science.repo && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what this is used for ?
When i go to the link, It says :
name=Software for Scientists and Engineers (SLE_15_SP4)
But not sure what it is for ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I stole the text from the DevOps team. It does appear I really only need "devel:languages:perl.repo"
This happens because of...
Problem: nothing provides 'perl-File-BaseDir' needed by the to be installed hipcc-1.0.0.50600-sles154.67.x86_64
tools/docker/sles.docker
Outdated
zypper addrepo ${OPENSUSE_REPO}/server:/http/15.4/server:http.repo && \ | ||
zypper addrepo ${OPENSUSE_REPO}/devel:/languages:/perl/SLE_15_SP4/devel:languages:perl.repo && \ | ||
zypper addrepo ${OPENSUSE_REPO}/devel:/tools/15.4/devel:tools.repo && \ | ||
zypper addrepo ${OPENSUSE_REPO}/multimedia:/libs/15.4/multimedia:libs.repo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where in the rocm documentation do we have these repos documented? Or where did you find these repos?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DevOps team's SLES docker needed to resolve our ./install_prereqs.sh file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the lines that are not needed
Moved SLES docker to a working 5.6 version of rocm