This repository contains a Docker image for running Turi Create scripts.
docker run --rm -v /my/volume/directory/:/workdir/ skiphoutzager/turicreate python some_python_file.py
The run configuration example described above could be used for running a Turi Create script located in your workdir. The container will remove itself as soon as it's finished.
Docker Hub: https://hub.docker.com/r/skiphoutzager/turicreate
Turi Create Repo: https://github.com/apple/turicreate