Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.04 KB

File metadata and controls

34 lines (24 loc) · 1.04 KB

Single-container VMX Computer Vision Server

A single bundle which includes vision.ai's computer vision server, VMX, as a single Docker container. This is intended to be installed via Kitematic, a graphical user interface, for installation of Docker containers directly from Docker Hub.

kitematic-image

There is a description of the installation procedure in the following blog.vision.ai blog post from March 16th, 2015. Dockerized Computer Vision

Installing with docker

The container is automatically built on Docker Hub under visionai/vmx-kitematic. It can be pulled down with the following command:

docker pull visionai/vmx-kitematic

Manually building the container

If you want to build the container from source on your own machine, issue the following command:

docker build .

Credits

Created by the team at vision.ai