-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
PPC: add 11.0, 11.1, 11.2 + cached cudatoolkit pkg #178
Conversation
.github/workflows/ci.yaml
Outdated
DOCKERTAG: "9.2" | ||
CUDA_VER: "9.2" | ||
CENTOS_VER: "7" |
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.
Please keep this as it is for now. It's used by some feedstocks.
Hm, CUDA 11.2 has a weird locale issue? |
@isuruf Can you check if this is ok now? I had to add one more package to CentOS 8 builds because the US UTF8 locale is not installed by default in these images. |
@@ -69,6 +85,21 @@ RUN source /opt/conda/etc/profile.d/conda.sh && \ | |||
chgrp -R lucky /opt/conda && \ | |||
chmod -R g=u /opt/conda | |||
|
|||
# Download and cache CUDA related packages. | |||
RUN if [[ "$CUDA_VER" == "9.2" || "$CUDA_VER" == "10.0" || "$CUDA_VER" == "10.1" ]]; then \ | |||
echo "`cudatoolkit` not available for CUDA_VER<10.2"; \ |
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.
Just a nitpick: maybe we should error out here?
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 think Isuru wants them around because they are being used somewhere.
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)I am adding PPC64LE images for CUDA 11.0 and 11.1, with cached
cudatoolkit
too. Since we are not packagingcudatoolkit
for <10.2 (see conda-forge/cudatoolkit-feedstock#12), those won't cache it.