Skip to content

Add CUDA 11.3 support for manywheel scripts #720

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

Merged
merged 1 commit into from
Apr 28, 2021

Conversation

janeyx99
Copy link
Contributor

^

@seemethere
Copy link
Member

seemethere commented Apr 27, 2021

Looks like we're currently blocked on this error:

+ DOCKER_BUILDKIT=1
+ docker build -t docker.io/pytorch/manylinux-builder:cuda11.3 --build-arg BASE_CUDA_VERSION=11.3 --build-arg GPU_IMAGE=nvidia/cuda:11.3-devel-centos7 --target cuda_final -f /raid/eliuriegas/builder/manywheel/Dockerfile /raid/eliuriegas/builder
[+] Building 1.2s (7/7) FINISHED                                                                                                                          
 => [internal] load build definition from Dockerfile                                                                                                 0.0s
 => => transferring dockerfile: 44B                                                                                                                  0.0s
 => [internal] load .dockerignore                                                                                                                    0.0s
 => => transferring context: 2B                                                                                                                      0.0s
 => resolve image config for docker.io/docker/dockerfile:experimental                                                                                0.7s
 => CACHED docker-image://docker.io/docker/dockerfile:experimental@sha256:600e5c62eedff338b3f7a0850beb7c05866e0ef27b2d2e8c02aa468e78496ff5           0.0s
 => [internal] load build definition from Dockerfile                                                                                                 0.0s
 => => transferring dockerfile: 44B                                                                                                                  0.0s
 => [internal] load metadata for docker.io/library/centos:7                                                                                          0.3s
 => ERROR [internal] load metadata for docker.io/nvidia/cuda:11.3-devel-centos7                                                                      0.3s
------
 > [internal] load metadata for docker.io/nvidia/cuda:11.3-devel-centos7:
------
failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = docker.io/nvidia/cuda:11.3-devel-centos7 not found

Maybe we should just maintain these images ourselves, I don't think they'd be too hard to recreate

Actually I think we can use a previous version of the CUDA image since all we actually use the base image for is so that docker run --gpus all <IMAGE> will work correctly

@janeyx99
Copy link
Contributor Author

Oh okay yea--I also just looked and NVIDIA started adding minor versions to their names, so nvidia/cuda:11.3.0-devel-centos7 exists.

@samestep samestep mentioned this pull request Apr 28, 2021
19 tasks
@seemethere seemethere merged commit f812d6f into pytorch:master Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants