Dockerfile - Anyone have success? #1877
|
I have a project that I'd like to host on Google Cloud Run. To make sure that everything is set up properly, I was hoping to use a Dockerfile to build and run the project. I can't seem to get this file to properly build. I've tried pip and conda workflows, but every time I solve one minor issue, another appears. For example, once I got my OCP import resolved, I was then unable to resolve an ezdxf import. Does anyone have a working Dockerfile they could share? Or any recommendations to get the ball rolling on this? I've spent many hours troubleshooting so far, so any advice or recommendations would be greatly appreciated. Thanks! |
Replies: 2 comments 1 reply
|
Maybe this: https://github.com/mamba-org/micromamba-docker/blob/main/examples/yaml_spec/Dockerfile ? |
|
Nowadays you can use: https://github.com/CadQuery/cadquery/pkgs/container/cadquery-docker |
Nowadays you can use: https://github.com/CadQuery/cadquery/pkgs/container/cadquery-docker