Example docker image for pythonocc.
- Clone the repository
git clone https://github.com/OkanPinar/pythonocc-docker.git
- Go the repository directory
cd pythonocc-docker
- Build docker image
docker build -t pythonocc_docker .
- Run docker image
docker run -d -t -p 8000:8000 pythonocc_docker
- Open following url: http://127.0.0.1:8000/