Skip to content

Releases: project-zetton/zetton-docker

v2.0.0: Refactored structure and multiple packages/platforms support

06 Sep 10:58
20f841b
Compare
Choose a tag to compare
feat: support building for multiple packages and platforms (#2)

* refactor: use 'dist' folder for images of different purposes

and use docker buildkit to support multiple platform image building

* feat: support build images for TensorRT

* docs: update README.md

* fix: use OS_VERSION in ros image building

* docs: update README.md

* fix: tensorrt image building works

* fix: add platform-specific building for tensorrt images

* fix: add pip and python package installation for tensorrt images

* fix(tensorrt): remove unused RUN statement in docker file

v1.0.0: prototype of docker images for project zetton

06 Sep 07:06
Compare
Choose a tag to compare
fix(deps): add -y when installing libssl-dev