A docker image of CVAT for server and UI
cvat server | |
cvat ui |
Docker Images of CVAT for the server and UI components.
These tags denote version numbers that correspond to the published versions of the CVAT module.
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.
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".
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.
- Louis de Gaste (louis.degaste [at] alexanderthamm.com)
- Sebastian Straub (sebastian.straub [at] alexanderthamm.com)
Developed with ❤ at Alexander Thamm GmbH
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.