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

Docker image for SuMa #15

Closed
HTLife opened this issue Apr 12, 2019 · 5 comments
Closed

Docker image for SuMa #15

HTLife opened this issue Apr 12, 2019 · 5 comments

Comments

@HTLife
Copy link

HTLife commented Apr 12, 2019

Hi @jbehley ,
I just create a docker image for SuMa, which could help people quickly evaluate this project.

https://cloud.docker.com/u/tseanliu/repository/docker/tseanliu/suma

The Dockerfile source:
https://github.com/HTLife/suma_docker

@jbehley
Copy link
Owner

jbehley commented Dec 29, 2020

Sorry that I did not respond (a long time ago). Thanks for your contribution.

I'm not sure what to do with this. If this is still working, I could add this to the readme with the link. Let me know what you think.

(As it's not a real issue, I simply close this for now.)

@Barnonewdm
Copy link

just wonder whether you could open the GUI in the container.

Hi @jbehley , I just create a docker image for SuMa, which could help people quickly evaluate this project.

https://cloud.docker.com/u/tseanliu/repository/docker/tseanliu/suma

The Dockerfile source: https://github.com/HTLife/suma_docker

@jbehley
Copy link
Owner

jbehley commented Dec 28, 2022

I think yes, but didn't try it. It might be necessary to ensure that there is a way for the process in the docker container to use the GPU, but with something like nvidia-docker it's even possible to use CUDA from the container. But I'm not an Docker expert.

@Barnonewdm
Copy link

I think yes, but didn't try it. It might be necessary to ensure that there is a way for the process in the docker container to use the GPU, but with something like nvidia-docker it's even possible to use CUDA from the container. But I'm not an Docker expert.

Thanks for your fast response. Is there a way to preprocess the data via command without opening the GUI?

@jbehley
Copy link
Owner

jbehley commented Dec 28, 2022

the code relies on opengl shaders for computation and therefore you need an opengl context. In the experimental ROS node (https://github.com/jbehley/suma_ros), I used this to have an Offscreen Canvas and then call the process frame etc. Important is only that the OpenGL context is in the same thread as the code to run the processing.

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

No branches or pull requests

3 participants