houtzager / turicreate-image

Docker image for running Turi Create scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker image for running Turi Create scripts.

License:MIT License


Languages

Language:Dockerfile 100.0%