-
Notifications
You must be signed in to change notification settings - Fork 228
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
Unable to install okay-release in Dockerfile #1573
Comments
Looks like an issue with downloading the RPM. Can you retry, maybe after cleaning docker cache? |
@kit1980 Download step is working fine but installation step has an issue. I tried cleaning yum cache but didn't help. Also tried download and install step separately. Cleaning cache:
Download and install separately:
|
@ajindal1 What I mean is that the downloaded file may be corrupted, so the installation step fails. |
I have the same issue. $ md5sum okay-release-1-5.el7.noarch.rpm $ rpm2cpio okay-release-1-5.el7.noarch.rpm | cpio -idmv $ tree etc/ |
I was getting the same MD5sum using local download and in pipeline:
Local:
One option I could find to install the okay-release package was to use rpm and do no signature check (there might be security risk associated with it). RPM command used:
Another option which I am currently using it to just remove the line to install okay release as it doesn't affect the process and doesn't give any other error for me. |
I am doing the same at my end and it works for me too. |
Closing this issue as it is removed in this PR #1575. |
While running manywheel/Dockerfile with CUDA, the code is failing while installing okay-release package with the below error. I have tried using other versions as well but still getting the same error. Command used:
Error details:
The text was updated successfully, but these errors were encountered: