summaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Collapse)Author
2022-03-24Update environment.ymlJoshua Shreve
2022-03-24Update environment.ymlJoshua Shreve
Quick fix for docker failure due to cadquery package conflicts. May have to adjust after testing, but current file always fails so is at least an improvement.
2021-10-24Fixed cadquery package requirement.joshreve
Reverted the geometry generation that was compensating for the wrong cadquery version. Uncertain why the versions were dramatically different, will have to watch carefully on new releases or considering switching environment to a specific version of cadquery instead of "master".
2021-10-19Fixed accidentally broken solidpython installation by inclusion in ↵Joshua Shreve
environment.yml file.
2021-10-17Fixed error due to package requirement issueJoshua Shreve
one of the packages required by cadquery was improperly configured and causes issues with the cadquery import. Had to change docker base image and modify to include a configured environment to work around the issue. May require rebuilding or removing and recreating your docker image and containers. If you continue to encounter an import error please contact me.
2021-07-16Added docker capabilities and profile including batch file execution. If ↵Joshua Shreve
there is expressed interest I can add a linux .sh file as well to simplify image and container/app creation. Also, minor fixes on print outputs regarding imports/exports.