Skip to content
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

Merged
merged 6 commits into from
Apr 23, 2021

Conversation

jaimergp
Copy link
Member

@jaimergp jaimergp commented Apr 19, 2021

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

I am adding PPC64LE images for CUDA 11.0 and 11.1, with cached cudatoolkit too. Since we are not packaging cudatoolkit for <10.2 (see conda-forge/cudatoolkit-feedstock#12), those won't cache it.

@jaimergp jaimergp changed the title remove cuda 9.2, 10.0, 10.1; add 11.0, 11.1 + cached cudatoolkit pkg PPC: remove cuda 9.2, 10.0, 10.1; add 11.0, 11.1 + cached cudatoolkit pkg Apr 19, 2021
Comment on lines 93 to 95
DOCKERTAG: "9.2"
CUDA_VER: "9.2"
CENTOS_VER: "7"
Copy link
Member

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.

@jaimergp jaimergp changed the title PPC: remove cuda 9.2, 10.0, 10.1; add 11.0, 11.1 + cached cudatoolkit pkg PPC: add 11.0, 11.1, 11.2 + cached cudatoolkit pkg Apr 20, 2021
@jaimergp
Copy link
Member Author

Hm, CUDA 11.2 has a weird locale issue?

@jaimergp
Copy link
Member Author

@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"; \
Copy link
Member

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?

Copy link
Member Author

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.

@isuruf isuruf merged commit 4f10b67 into conda-forge:master Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants