Skip to content

at-gmbh/docker-cvat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVAT DOCKER images

A docker image of CVAT for server and UI

Docker Images for CVAT

cvat server CVAT Automated build CVAT Build Status
cvat ui CVAT Automated build CVAT Build Status

Docker Images of CVAT for the server and UI components.

Supported Tags

These tags denote version numbers that correspond to the published versions of the CVAT module.

How to use this image

To run the CVAT UI image, use:

docker run -p 80:80 --name <cvat_ui name> -d atcommon/cvat_ui

For an extended description of how to use a CVAT docker image, please go to the official CVAT installation documentation.

Maintaining this Build

When a new version is released, please make a git commit with the modified version in the VERSION file and the corresponding tag with format "vx.x.x".

Configuration of automated build with docker hub

The usage of docker-compose for automated build by Docker hub involved the following adaptations:

  • add a hooks/build file in the repo containing a script with the docker-compose build command, which will replace the docker-hub build phase
  • retag the image (in the build script) to ${IMAGE_NAME} (env. variable provided by docker hub) so that docker hub can find the built image afterward.
  • in automated build configuration, specify a dummy file as dockerfile. It wont be used for the build but if docker hub requires an existing Dockerfile nevertheless.

Contact

  • Louis de Gaste (louis.degaste [at] alexanderthamm.com)
  • Sebastian Straub (sebastian.straub [at] alexanderthamm.com)

Developed with ❤ at Alexander Thamm GmbH

License

Code released under the MIT License.

We are not affiliated with CVAT. The source code of CVAT is also released under the MIT License; however, additional restrictions may apply.