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

arrow/python-apollo not present in docker image #2620

Closed
abretaud opened this issue May 27, 2021 · 2 comments · Fixed by #2622
Closed

arrow/python-apollo not present in docker image #2620

abretaud opened this issue May 27, 2021 · 2 comments · Fixed by #2622

Comments

@abretaud
Copy link
Collaborator

Hi,
It looks like the docker image from https://hub.docker.com/r/gmod/apollo does not contain the arrow binary anymore, nor the python modules that are supposed to be installed in https://github.com/GMOD/Apollo/blob/develop/Dockerfile#L73
Is it the real Dockerfile used by https://hub.docker.com/r/gmod/apollo ? I don't have access to the build logs to check

@garrettjstevens
Copy link
Contributor

Hi @abretaud,

Yes, that is the Dockerfile that gmod/apollo uses, but I'm seeing the same same thing as you. I can see setuptools, apollo, etc. being installed in the build logs, but when I run the image they're not there anymore. I'm not sure what's going on. Do you happen to know a version of the docker image where this did work?

@abretaud
Copy link
Collaborator Author

abretaud commented Jun 1, 2021

The problem seems to be the call to build.sh which removes /apollo where the python modules are installed (in /apollo/.local)
I guess the pip3 install could be made as the root user as anyway a global install is fine no?

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 a pull request may close this issue.

2 participants