jmwright / cadquery-docker

Docker related materials for the CadQuery Python CAD API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cadquery-docker

Docker-related materials for the CadQuery Python CAD API

To use the Dockerfile, clone the repo, cd into it, and run

docker build -t cadquery ./

After that you should be able to run something like

docker run [image ID] python -c "import cadquery"

About

Docker related materials for the CadQuery Python CAD API

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%