/turicreate-image

Docker image for running Turi Create scripts.

Primary LanguageDockerfileMIT LicenseMIT

Turi Create Image

Docker Pulls

This repository contains a Docker image for running Turi Create scripts.

Usage

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.

References

Docker Hub: https://hub.docker.com/r/skiphoutzager/turicreate

Turi Create Repo: https://github.com/apple/turicreate