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

Centos support #45

Closed
mingminzhen opened this issue Jul 6, 2017 · 10 comments
Closed

Centos support #45

mingminzhen opened this issue Jul 6, 2017 · 10 comments
Assignees
Labels
Module: Build Indicates build related issues Type: Enhancement Indicates code improvements, feature improvements Type: Help wanted Indicates that a maintainer wants help on an issue/pull request from the rest of the community

Comments

@mingminzhen
Copy link

It seems it doesn't support centos.

@ycool ycool added the Type: Help wanted Indicates that a maintainer wants help on an issue/pull request from the rest of the community label Jul 6, 2017
@ycool
Copy link
Contributor

ycool commented Jul 6, 2017

Can you help to post your running commands and the error msg? Thanks.

We only tested in Ubuntu so any help in CentOS is very welcome. :)

@AuspeXeu
Copy link

AuspeXeu commented Jul 7, 2017

I also tried running it on centos. The first hurdle is that centos operates on yum instead of apt-get. The installation script could check which of the two is available and then execute the respective commands.

@ycool ycool added the Type: Enhancement Indicates code improvements, feature improvements label Jul 7, 2017
@quning18
Copy link
Contributor

quning18 commented Jul 7, 2017 via email

@AuspeXeu
Copy link

Any reason why this has been closed?

@ycool
Copy link
Contributor

ycool commented Jul 26, 2017

Re-open to track the progress.

@ycool ycool reopened this Jul 26, 2017
@mickeyouyou
Copy link
Contributor

Currently only support running on Ubuntu because ros can only run on Ubuntu?

@chsahit
Copy link

chsahit commented Aug 15, 2017

According to the REP, ROS is required to support Ubuntu but can also support Debian and Fedora. ROS could possibly be built from source on CentOS and other operating systems, but that would be relatively more involved of a process than just replacing apt-get with yum.

@juanlvo
Copy link

juanlvo commented Feb 8, 2018

I will try to install it in CentOS and let see what happened

@juanlvo
Copy link

juanlvo commented Feb 12, 2018

Well, I was checking the script of installation and I found the line sudo add-apt-repository \ "deb https://apt.dockerproject.org/repo/ \ ubuntu-$(lsb_release -cs) \ main"

Going deep about this address, this is related to a project called Moby, they have an experimental implementation for CentOS, even me I am not 100% sure how to implement a command which can replace the line before, I guess should be something like

sudo yum-config-manager --add-repo https://yum.dockerproject.org/repo/experimental/centos/$(lsb_release -cs)/repodata

But I am not sure... If someone can give me some advises it will be helpful

@wanglei828 wanglei828 added the Module: Build Indicates build related issues label Mar 16, 2018
@xiaoxq
Copy link
Contributor

xiaoxq commented Mar 28, 2018

CentOS is not officially supported by now. Please refer to the docker document to install docker-ce.
If you got any progress please share it with us :)
Thanks!

@xiaoxq xiaoxq closed this as completed Mar 28, 2018
GowthamKudupudi pushed a commit to amd/apollo that referenced this issue Nov 17, 2022
[build][ApolloAuto#20][fix][libTorch] Fixed BUILD files for the current libtorch location
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: Build Indicates build related issues Type: Enhancement Indicates code improvements, feature improvements Type: Help wanted Indicates that a maintainer wants help on an issue/pull request from the rest of the community
Projects
None yet
Development

No branches or pull requests

10 participants