Updated Dockerfile for newer version of CadQuery and cq-cli #374
Reference in New Issue
Block a user
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The link in the Dockerfile has been changed to point to release v2.2-beta.1, which is a contrived release system that will allow us to update cq-cli (and thus CadQuery) while not doing a rolling release with master. The next beta release (when/if needed) will be *-beta.2 and so on.
I have tested this version of cq-cli locally in the following use cases, and each one worked.
Assembly.toCompound()to convert a CQ assembly to a compound so that it could be exported to STL. If CadHub switches to STEP files we probably won't need this, but for now it's a decent work-around.I left the stable version
RUNline in, but commented it out. My thought was to make it easier to revert back to it if a major issue is discovered with this beta release.Thanks @jmwright
I think when add version support I'll have regular versions and then maybe a "latest" version, with some kind of warning about there being bugs, especially if they're trying to save a project using latest.
Having a bit of trouble with this actually @jmwright , must just be env thing since you had it working, but I'm getting the following error when running the docker image.
Looking in the release zip file, I can't see
libGLEW, could it be as simple as it being missing?I think you can just add
libglew2.1to the list of packages in the apt-get install line. I can try to add it and build the image to test, but it will be a little bit.