Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

CentOS5 support #348

Closed
soumith opened this issue Mar 23, 2017 · 5 comments
Closed

CentOS5 support #348

soumith opened this issue Mar 23, 2017 · 5 comments

Comments

@soumith
Copy link

soumith commented Mar 23, 2017

I'm terribly sorry to ask for this and everyone is going to hate me, but CentOS5 doesn't work with nvidia-docker. Does anyone know what are the starting steps to investigate or help fix this?

Why the hell would I want to do that? I am trying to build manylinux pip wheels that want to use a really old GLIBC (so that the binaries can run pretty much anywhere).

This is the docker file for manylinux: https://github.com/pypa/manylinux/blob/master/docker/Dockerfile-x86_64

I'm trying to get CUDA going on this.

@soumith
Copy link
Author

soumith commented Mar 23, 2017

cc: @lukeyeager

@lukeyeager
Copy link
Member

@flx42, @3XX0 See pytorch/pytorch#566 for context.

@soumith FYI, in an attempt to head off this request, I looked into getting a new version of manylinux started (on a platform which CUDA actually supports): pypa/manylinux#96. Unfortunately, no movement on that yet.

@soumith
Copy link
Author

soumith commented Mar 23, 2017

ah ok thanks. I will continue to do what I used to do, which is build on CentOS6 and name my files manylinux then (yes i'm a bad person).

You can close the issue if you wish.

@3XX0
Copy link
Member

3XX0 commented Mar 23, 2017

This is a bad idea, recent CUDA releases are not supported on CentOS 5 and linking against an old CUDA release is probably not what you want.

Do you control the sources linking to the GlibC?

@soumith
Copy link
Author

soumith commented Mar 23, 2017

Yea, I think i'll just use CentOS6 and cheat on the manylinux convention for now. I'll follow pypa/manylinux#96 for progress

@soumith soumith closed this as completed Mar 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants