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

Add a docker file #1063

Closed
kimkulling opened this issue Nov 10, 2016 · 4 comments · Fixed by #3716
Closed

Add a docker file #1063

kimkulling opened this issue Nov 10, 2016 · 4 comments · Fixed by #3716
Labels
Improvement Improvement reuqests

Comments

@kimkulling
Copy link
Member

To make the usage of assimp much easier we shall provide a dockerfile to using it.

@Cgettys
Copy link
Contributor

Cgettys commented Apr 10, 2019

@kimkulling what did you have in mind for this? Sorry for all the comments, I'm going thru old issues and seeing if there's stuff that can be closed out/that I can knock out quickly. I've done some substantial work with docker in the past.

I assume the goal would be to provide a Linux Docker container with everything preinstalled? They're supported on both Windows and Linux iirc.

A quick search reveals that people have definitely done it in the past, though I'm not sure what exactly they did with it.
https://hub.docker.com/search/?q=assimp&type=image

@jsdtaylor
Copy link

I think I'd be great to have an "authorized" dockerfile that illustrates how it should be provisioned. I'm keen on using it too :)

@kimkulling kimkulling added the Improvement Improvement reuqests label Sep 14, 2019
@dylankenneally
Copy link
Contributor

Whilst not part of this repo, a Docker container is available at https://github.com/dylankenneally/assimp-docker

docker pull dylankenneally/assimp:latest
docker run --rm -v "$PWD":/usr/assets -w /usr/assets dylankenneally/assimp:latest assimp <comand>

To edit the container, fork https://github.com/dylankenneally/assimp-docker

@kimkulling - do you want me to add this to the assimp repo and send a PR? See https://github.com/dylankenneally/assimp-docker/blob/master/build.sh for content - it's pretty small

@kimkulling
Copy link
Member Author

This would be really great! Thanks a lot for the offer.

kimkulling added a commit that referenced this issue Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Improvement reuqests
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

4 participants