Dockerfile - Anyone have success? #1877
Unanswered
trevorhenningson
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Maybe this: https://github.com/mamba-org/micromamba-docker/blob/main/examples/yaml_spec/Dockerfile ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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!
Beta Was this translation helpful? Give feedback.
All reactions