-
Notifications
You must be signed in to change notification settings - Fork 302
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
Provide docker image #157
Comments
I can own this one |
Great! |
Maybe not what you were looking for (I guess you were not talking about a Jupyter-enabled Docker image), but I managed to create this: https://github.com/Peque/cadquery-binder If you are interested, I can transfer the repo to CadQuery organization. I think it makes more sense there. |
Referencing pull request #176 |
Referencing the Dockerfile created by @RubenRubens here |
I have just created a repo that may help with this. |
@RubenRubens Very cool, thanks for putting this together. Two questions:
|
1. Dockerhub is a container registry. Even if it is the most popular it's not the only one, there are other public container registries such as:
The images are publicly available on ghcr, can be found on the repo as a package. A pipeline is missing to update these images automatically (it's work in progress). In the near future I have no plans to move to Dockerhub. 2. cq-jupyter is just a link to the @bernhard-42 repo. Any suggestion, PR or criticism is welcome. |
Sorry, copied the base URL without the header ID. Here's the link I meant to post.
That's great, I'll read up on ghcr. I spent some time integrating cq-cli into a CadHub Docker image so they can support CadQuery scripts. You've got a cq-cli image already, but just in case you're interested: https://github.com/Irev-Dev/cadhub/blob/0485f34ee1621860c92feb58a05a3576e3d1c67f/api/src/docker/cadquery/Dockerfile |
@RubenRubens Would you be willing to add a description with some usage instructions to your cq-containers repo? I'd like to add a Docker section to the installation section of the readme that points users to your repo. I expect I'll just mirror or paraphrase the description you have in your repo when providing a link. |
The repo follows this structure:
The instructions are in |
It would be nice to have a docker image for users who cannot use conda.
Relevant resources
NB: this is a continuation of #153
The text was updated successfully, but these errors were encountered: